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