msg_auth_failed property

String get msg_auth_failed

Auth Failed

Implementation

String get msg_auth_failed {
  return Intl.message(
    'Auth Failed',
    name: 'msg_auth_failed',
    desc: '',
    args: [],
  );
}