onGeofence abstract method
- void callback(), {
- Function? onError,
Subscribes to geofence events.
Implementation
StreamSubscription<GeofenceEvent> onGeofence(
void Function(GeofenceEvent) callback, {
Function? onError,
});
Subscribes to geofence events.
StreamSubscription<GeofenceEvent> onGeofence(
void Function(GeofenceEvent) callback, {
Function? onError,
});