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 0fea16b commit 2a659daCopy full SHA for 2a659da
lib/src/google_api_availability.dart
@@ -10,7 +10,9 @@ import 'models/google_play_services_availability.dart';
10
class GoogleApiAvailability {
11
const GoogleApiAvailability._();
12
13
- ///Only visible for testing purposes
+ /// Creates an instance of the [GoogleApiAvailability] class. This
14
+ /// constructor is exposed for testing purposes only and should not be used
15
+ /// by clients of the plugin as it may break or change at any time.
16
@visibleForTesting
17
const GoogleApiAvailability.private();
18
0 commit comments