removeAllRect method

Future<void> removeAllRect()

remove all rect shape from map

Implementation

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