LocationAndroidEasyPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LocationAndroidEasyPlatform
Implementers

Properties

channelBasicMessage BasicMessageChannel
getter/setter pair
channelMethod MethodChannel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodBasicMessage String
final
methodCancelLocationUpdatesListener String
final
methodChannel String
final
methodCheckGPS String
final
methodCheckLocationPermission String
final
methodGetLastKnownLocation String
final
methodRequestLocationPermission String
final
methodRequestLocationUpdatesListener String
final
methodToSettingsTurnOnGPS String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelLocationListener() Future<void>
checkGPS() Future<bool>
checkLocationPermission() Future<bool>
getLastKnownLocation() Future<LocationInfo?>
getLocation({int timeout = 5, bool useLastKnownLocation = false}) Future<LocationInfo?>
getLocationListener(dynamic callback(LocationInfo), {int? locationUpdateTime, int? locationUpdateDistance}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestLocationPermission() Future<void>
toSettingsTurnOnGPS() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance MethodChannelLocationAndroidEasy
getter/setter pair