Mobile webviewFlutterLivemapControllerremoveMarkerOn this pageremoveMarkerFuture<void> removeMarker ({required String markerId})Remove a previously drawn markerImplementationFuture<void> removeMarker({required String markerId}) async { await _channel.invokeMethod('removeMarker', {"markerId": markerId});}