closeCurrentTab method

void closeCurrentTab()

Implementation

void closeCurrentTab() {
  if (_activeRoute != null) closeTab(_activeRoute!);
}