removeGeofence method

Future<void> removeGeofence(
  1. String geofenceId
)

Implementation

Future<void> removeGeofence(String geofenceId) {
  throw UnimplementedError('removeGeofence() has not been implemented.');
}