removeRegions method

Future<String?> removeRegions([
  1. String? regionId
])

The function removeRegions is a placeholder that throws an error indicating it has not been implemented yet. @param {String} regionId - The parameter regionId is a list of strings, where each string represents the ID of a region to be removed.

Implementation

Future<String?> removeRegions([String? regionId]) {
  throw UnimplementedError('removeRegions() has not been implemented.');
}