clearRegionWatch method

Future<String?> clearRegionWatch()

The function clearRegionWatch() throws an error indicating that it has not been implemented yet.

Implementation

Future<String?> clearRegionWatch() {
  throw UnimplementedError('clearRegionWatch() has not been implemented.');
}