Skip to content

Commit a1f8775

Browse files
JDDVmvanbeusekom
andauthored
Update lib/src/models/google_play_services_availability.dart
Co-authored-by: Maurits van Beusekom <[email protected]>
1 parent 2a659da commit a1f8775

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/models/google_play_services_availability.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ class GooglePlayServicesAvailability {
77
/// Returns the value of the status as a string of the given status integer
88
factory GooglePlayServicesAvailability.byValue(int value) => values[value];
99

10-
///Only used for testing purposes
10+
/// Creates an instance of the [GoogleApiAvailability] class. This
11+
/// constructor is exposed for testing purposes only and should not be used
12+
/// by clients of the plugin as it may break or change at any time.
1113
@visibleForTesting
1214
const GooglePlayServicesAvailability.private(this.value);
1315

0 commit comments

Comments
 (0)