openNavigationLists static method
Displays the existing list container.
Its current tab will be the one that was last opened.
Implementation
static Future<void> openNavigationLists() {
return _channel.invokeMethod(Functions.openNavigationLists);
}