addGeofence method

Future<void> addGeofence(
  1. Geofence geofence
)

Implementation

Future<void> addGeofence(Geofence geofence) {
  throw UnimplementedError('addGeofence() has not been implemented.');
}