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