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