removeAllShapes method
remove all shape from map
Implementation
Future<void> removeAllShapes() async {
await osmBaseController.removeAllShapes();
}
remove all shape from map
Future<void> removeAllShapes() async {
await osmBaseController.removeAllShapes();
}