Mobile webviewFlutterLivemapControllercloseListOn this pagecloseListFuture<void> closeList ()Close the current opened list. Go to the search view.ImplementationFuture<void> closeList() async { await _channel.invokeMethod('closeList');}