setMobileNo method

  1. @override
void setMobileNo(
  1. String val
)
inherited

Implementation

@override
void setMobileNo(String val) {
  final _$actionInfo = _$_EventBookingSaveActionController.startAction(
      name: '_EventBookingSave.setMobileNo');
  try {
    return super.setMobileNo(val);
  } finally {
    _$_EventBookingSaveActionController.endAction(_$actionInfo);
  }
}