File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import 'models/google_play_services_availability.dart';
10
10
class GoogleApiAvailability {
11
11
const GoogleApiAvailability ._();
12
12
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.
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.
16
16
@visibleForTesting
17
17
const GoogleApiAvailability .private ();
18
18
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ class GooglePlayServicesAvailability {
7
7
/// Returns the value of the status as a string of the given status integer
8
8
factory GooglePlayServicesAvailability .byValue (int value) => values[value];
9
9
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.
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.
13
13
@visibleForTesting
14
14
const GooglePlayServicesAvailability .private (this .value);
15
15
You can’t perform that action at this time.
0 commit comments