GeofenceService class

Constructors

GeofenceService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onGeofenceData Stream<GeofenceData>?
Listens for geofence updates that come from the createGeofenceList method.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createGeofenceList(GeofenceRequest geofenceRequest) Future<int>
Adds geofences.
deleteGeofenceList(int requestCode) Future<void>
Removes geofences associated with a request code.
deleteGeofenceListWithIds(List<String> geofenceIds) Future<void>
Removes geofences by their unique IDs.
initGeofenceService() Future<void>
Initializes the Geofence Service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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