removeAllCircle method

Future<void> removeAllCircle()
inherited

Implementation

Future<void> removeAllCircle() async {
  interop.removeAllCircle(mapIdMixin.toJS).toDart;
}