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