removeAllMarkers method

Future<bool?> removeAllMarkers()

Implementation

Future<bool?> removeAllMarkers() async {
  return _methodChannel.invokeMethod(MethodChannelEvent.removeAllMarkers);
}