removeCircle method

Future<void> removeCircle(
  1. String key
)
inherited

Implementation

Future<void> removeCircle(String key) async {
  await interop.removePath(mapIdMixin.toJS, key.toJS).toDart;
}