removeRect method

Future<void> removeRect(
  1. String keyRect
)

remove specific region in the map

Implementation

Future<void> removeRect(String keyRect) async {
  await osmBaseController.removeRect(keyRect);
}