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