setLoading method
Implementation
@override
void setLoading(bool value) {
final _$actionInfo = _$PaymentStoreBaseActionController.startAction(
name: 'PaymentStoreBase.setLoading',
);
try {
return super.setLoading(value);
} finally {
_$PaymentStoreBaseActionController.endAction(_$actionInfo);
}
}