removeAllRect method

Future<void> removeAllRect()
inherited

Implementation

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