setProgressCount method
- int value
inherited
Implementation
@override
void setProgressCount(int value) {
final _$actionInfo = _$_AddListingStoreActionController.startAction(
name: '_AddListingStore.setProgressCount');
try {
return super.setProgressCount(value);
} finally {
_$_AddListingStoreActionController.endAction(_$actionInfo);
}
}