FlutterGenericLocationPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterGenericLocationPlatform
Implementers

Constructors

FlutterGenericLocationPlatform()
Constructs a FlutterGenericLocationPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLastLocation() Future<Map<String, dynamic>>
getLocation() Future<Map<String, dynamic>>
getLocationStream() Stream<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showNotification(String title, String message, String channelId, Uint8List imageBytes) Future<Map<String, dynamic>>
startLocationService() Future<Map<String, dynamic>>
startLocationUpdates() Future<Map<String, dynamic>>
stopLocationService() Future<Map<String, dynamic>>
stopLocationUpdates() Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterGenericLocationPlatform
The default instance of FlutterGenericLocationPlatform to use.
getter/setter pair