Mobile webviewFlutterLivemapControlleropenListOn this pageopenListFuture<void> openList (int listId)Open a list on the map by its IdImplementationFuture<void> openList(int listId) async { await _channel.invokeMethod('openList', {"list": listId});}