removeAllShapes method

Future<void> removeAllShapes()
inherited

Implementation

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