LoginWithCode constructor
const
LoginWithCode(
- FronteggUser user, {
- Key? key,
Implementation
const LoginWithCode(this.user, {Key? key}) : super(key: key);
const LoginWithCode(this.user, {Key? key}) : super(key: key);