otpPinSubtitle property

String get otpPinSubtitle

Four digits displayed with an obscuring character

Implementation

String get otpPinSubtitle {
  return Intl.message(
    'Four digits displayed with an obscuring character',
    name: 'otpPinSubtitle',
    desc: '',
    args: [],
  );
}