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