closeTab method

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

Close the tab with the id. This does not respect the locked values

Implementation

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