otpTransactionPinHelper property

String get otpTransactionPinHelper

The actual digits remain available to save.

Implementation

String get otpTransactionPinHelper {
  return Intl.message(
    'The actual digits remain available to save.',
    name: 'otpTransactionPinHelper',
    desc: '',
    args: [],
  );
}