GooglePlayServicesAvailability enum Null safety
Constructors
- GooglePlayServicesAvailability()
-
const
Values
- success → const GooglePlayServicesAvailability
-
GooglePlayServicesAvailability()
- serviceMissing → const GooglePlayServicesAvailability
-
GooglePlayServicesAvailability()
- serviceUpdating → const GooglePlayServicesAvailability
-
GooglePlayServicesAvailability()
- serviceVersionUpdateRequired → const GooglePlayServicesAvailability
-
GooglePlayServicesAvailability()
- serviceDisabled → const GooglePlayServicesAvailability
-
GooglePlayServicesAvailability()
- serviceInvalid → const GooglePlayServicesAvailability
-
GooglePlayServicesAvailability()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GooglePlayServicesAvailability> -
A constant List of the values in this enum, in order of their declaration.
[success, serviceMissing, serviceUpdating, serviceVersionUpdateRequired, serviceDisabled, serviceInvalid]