closeOtherTabs method

  1. @override
void closeOtherTabs(
  1. String id
)
inherited

Close all tabs other than the one having id. Locked tabs are not closed.

Implementation

@override
void closeOtherTabs(String id) {
  final _$actionInfo = _$TabPanelBaseActionController.startAction(
      name: 'TabPanelBase.closeOtherTabs');
  try {
    return super.closeOtherTabs(id);
  } finally {
    _$TabPanelBaseActionController.endAction(_$actionInfo);
  }
}