GeofenceService class

Properties

geofenceStatus String
getter/setter pair
geofenceStatusStream StreamSubscription<void>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isReady bool
getter/setter pair
position ↔ Position?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkGeofenceStream(GeoFirePoint center, double radius) → void
Check the stream of geofence status updates
getCurrentPosition() Future<void>
Get the current position of the device
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startGeoFencing({required double radiusMeter, required int eventPeriodInSeconds, double? lat, double? lon}) Future<void>
Start the geofencing service
stopGeofence() → void
Stop the geofencing service
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

getInstance GeofenceService
no setter