Mobile webviewFlutterLivemapControllerclosePinpointOn this pageclosePinpointFuture<void> closePinpoint ()Close the current opened pinpointImplementationFuture<void> closePinpoint() async { await _channel.invokeMethod('closePinpoint');}