pop method

  1. @override
void pop()
inherited

Pop the last page from the stack

Implementation

@override
void pop() {
  final _$actionInfo =
      _$TabBaseActionController.startAction(name: 'TabBase.pop');
  try {
    return super.pop();
  } finally {
    _$TabBaseActionController.endAction(_$actionInfo);
  }
}