clearRegionWatch method
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.');
}