observeShowTab method

Stream? observeShowTab(
  1. TabType type
)

Implementation

Stream? observeShowTab(TabType type) => _tabControllers[type]
    ?.stream
    .where((lifecycleState) => lifecycleState == TabState.show);