phone property

  1. @TagNumber.new(4)
SetPhone get phone

Set the user's phone for the OTP SMS authenticator and it's verification state.

Implementation

@$pb.TagNumber(4)
$5.SetPhone get phone => $_getN(3);
  1. @TagNumber.new(4)
set phone (SetPhone value)

Implementation

@$pb.TagNumber(4)
set phone($5.SetPhone value) => $_setField(4, value);