AuthFlow constructor
const
AuthFlow({
- Key? key,
- required ScopedWidgetBuilder builder,
Implementation
const AuthFlow({
super.key,
required this.builder,
});
const AuthFlow({
super.key,
required this.builder,
});