Skip to content

Commit 2a659da

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/google_api_availability.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ import 'models/google_play_services_availability.dart';
1010
class GoogleApiAvailability {
1111
const GoogleApiAvailability._();
1212

13-
///Only visible for testing purposes
13+
/// 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.
1416
@visibleForTesting
1517
const GoogleApiAvailability.private();
1618

0 commit comments

Comments
 (0)