Remove all markers from the map.
@override Future<bool?> removeAllMarkers() async { return await methodChannel.invokeMethod<bool>(Events.removeAllMarkers); }