LoginPage<T extends LoginController> constructor
Null safety
- {Key? key,
- String? domain,
- required HandleLoginCallback onSuccess}
Implementation
const LoginPage({
Key? key,
this.domain,
required this.onSuccess,
}) : super(key: key);