didGeoFencesStatusChangedCallback method

void didGeoFencesStatusChangedCallback({
  1. required BMFMonitorGeofenceCallback callback,
})

Implementation

void didGeoFencesStatusChangedCallback(
    {required BMFMonitorGeofenceCallback callback}) async {
  _callbacklHandler.monitorGeofenceCallback(callback);
}