CoffeeFlutterBackgroundGeolocationPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CoffeeFlutterBackgroundGeolocationPlatform
Implementers

Constructors

CoffeeFlutterBackgroundGeolocationPlatform.new()
Constructs a CoffeeFlutterBackgroundGeolocationPlatform.

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

getCurrentLocation() Future<CoffeeBackgroundLocation?>
getLocationSettings() Future<LocationConfig?>
getPlatformVersion() Future<String?>
init(Config config) Future<State>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLocation(dynamic success(CoffeeBackgroundLocation location)) → void
onNotificationClicked(dynamic success()) → void
start() Future<bool>
stop() Future<bool>
toString() String
A string representation of this object.
inherited
updateLocationSettings(LocationConfig config) Future<bool>

Operators

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

Static Properties

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