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