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