We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a659da commit a1f8775Copy full SHA for a1f8775
lib/src/models/google_play_services_availability.dart
@@ -7,7 +7,9 @@ class GooglePlayServicesAvailability {
7
/// Returns the value of the status as a string of the given status integer
8
factory GooglePlayServicesAvailability.byValue(int value) => values[value];
9
10
- ///Only used for testing purposes
+ /// 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.
13
@visibleForTesting
14
const GooglePlayServicesAvailability.private(this.value);
15
0 commit comments