The function watchRegion() throws an error indicating that it has not been implemented yet.
watchRegion()
Future<String?> watchRegion() { throw UnimplementedError('watchRegion() has not been implemented.'); }