GeofenceForegroundServicePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GeofenceForegroundServicePlatform
Implementers

Constructors

GeofenceForegroundServicePlatform()
Constructs a GeofenceForegroundServicePlatform.

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

addGeofence({required Zone zone}) Future<bool>
handleTrigger({required BackgroundTriggerHandler backgroundTriggerHandler}) → void
isForegroundServiceRunning() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAllGeoFences() Future<bool>
removeGeofence({required String zoneId}) Future<bool>
startGeofencingService({required String notificationChannelId, required String contentTitle, required String contentText, int? serviceId, required Function callbackDispatcher, bool isInDebugMode = false, NotificationIconData? notificationIconData}) Future<bool>
stopGeofencingService() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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