Mobile webviewFlutterLivemapControllercloseEventOn this pagecloseEventFuture<void> closeEvent ()Close the current opened event. Go to the search view.ImplementationFuture<void> closeEvent() async { await _channel.invokeMethod('closeEvent');}