removeAllCircle method

Future<void> removeAllCircle()

clear all circle

Implementation

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