user_phone_not_found property

String get user_phone_not_found

The current user does not have a phone number associated with their account

Implementation

String get user_phone_not_found {
  return Intl.message(
    'The current user does not have a phone number associated with their account',
    name: 'user_phone_not_found',
    desc: '',
    args: [],
  );
}