focusPoppedOutDesktopTab method

Future<void> focusPoppedOutDesktopTab(
  1. InfospectDesktopTab tab
)

Focuses an already-open popped-out tab window, if any.

Implementation

Future<void> focusPoppedOutDesktopTab(InfospectDesktopTab tab) =>
    _infospectNavigationHelper.focusPoppedOutDesktopTab(tab);