addRegion method
The function addRegion() is not implemented and throws an UnimplementedError.
@param {GeofenceRegion} geofenceRegion - The geofenceRegion
parameter is an object of type
GeofenceRegion
. It represents a geographical region that you want to add to a geofence.
Implementation
Future<String?> addRegion(GeofenceRegion geofenceRegion) {
throw UnimplementedError('addRegion() has not been implemented.');
}