closeLeft method

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

Close all tabs to the left of the one with id. Locked tabs are not closed.

Implementation

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