androidBiometricSuccess top-level property

String get androidBiometricSuccess

Message to let the user know that authentication was successful. It

Implementation

String get androidBiometricSuccess => Intl.message(
  'Success',
  desc:
      'Message to let the user know that authentication was successful. '
      'Maximum 60 characters.',
);