openTabSwitcher static method

Future<void> openTabSwitcher()

Opens the tab switcher in a multi-tab environment.

Implementation

static Future<void> openTabSwitcher() {
  return _channel.invokeMethod(Functions.openTabSwitcher);
}