AuthScreen constructor

const AuthScreen({
  1. Key? key,
  2. required String loginChallenge,
})

Implementation

const AuthScreen({
  Key? key,
  required this.loginChallenge,
}) : super(key: key);