removeAllShapes method

  1. @override
Future<void> removeAllShapes(
  1. int idOSM
)
override

Implementation

@override
Future<void> removeAllShapes(int idOSM) async {
  await _channels[idOSM]?.invokeMethod("clear#shapes");
}