AuthSwitchScreen constructor

const AuthSwitchScreen({
  1. Key? key,
  2. required ClientApp? app,
  3. required String loginChallenge,
  4. bool? previewMode,
})

Implementation

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