removeAllShapes method

Future<void> removeAllShapes()
inherited

Implementation

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