onGeofencesChange method
- void callback(
- dynamic
- Function? onError,
override
Subscribes to geofence list changes.
Implementation
@override
StreamSubscription<dynamic> onGeofencesChange(
void Function(dynamic) callback, {
Function? onError,
}) {
return _instance.onGeofencesChange(callback, onError: onError);
}