switchStatus method

  1. @override
Tristate switchStatus(
  1. Tristate state
)
inherited

Implementation

@override
Tristate switchStatus(Tristate state) {
  final _$actionInfo = _$_TicketsFilterStoreActionController.startAction(
      name: '_TicketsFilterStore.switchStatus');
  try {
    return super.switchStatus(state);
  } finally {
    _$_TicketsFilterStoreActionController.endAction(_$actionInfo);
  }
}