Mobile webviewFlutterLivemapControlleraddMarkerOn this pageaddMarkerFuture<void> addMarker ({required Map<String, dynamic> marker})Add marker to the map.ImplementationFuture<void> addMarker({required Map<String, dynamic> marker}) async { await _channel.invokeMethod('addMarker', {"marker": marker});}