AuthException.required constructor

AuthException.required()

Authentication required

Implementation

factory AuthException.required() => const AuthException(
      'Authentication required',
      code: 'AUTH_REQUIRED',
    );