menu
vyuh_feature_auth package
documentation
ui/auth_state_widget.dart
AuthFlowScope
AuthFlowScope.new constructor
AuthFlowScope.new constructor
dark_mode
light_mode
AuthFlowScope
constructor
AuthFlowScope
(
{
required
AuthState
authState
,
required
dynamic
error
,
required
dynamic
runAuthAction
(
Future
<
void
>
action
(), {
AuthState
endState
,
}),
})
Implementation
AuthFlowScope({ required this.authState, required this.error, required this.runAuthAction, });
vyuh_feature_auth package
documentation
ui/auth_state_widget
AuthFlowScope
AuthFlowScope.new constructor
AuthFlowScope class