removeAllShapes method

Future<void> removeAllShapes()

remove all shape from map

Implementation

Future<void> removeAllShapes() async {
  await osmBaseController.removeAllShapes();
}