removeAllGeofence method

void removeAllGeofence()

Implementation

void removeAllGeofence() async {
  return BMFLocationDispatcherFactory.instance.geofenceDispatcher
      .removeAllGeofence(_channel);
}