setListingPhoneNo method

  1. @override
void setListingPhoneNo(
  1. 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);
  }
}