We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f88c1 commit 1f7d51aCopy full SHA for 1f7d51a
lib/authentication/bloc/authentication_event.dart
@@ -76,3 +76,11 @@ final class _AuthenticationUserChanged extends AuthenticationEvent {
76
@override
77
List<Object?> get props => [user];
78
}
79
+
80
+/// {@template authentication_cooldown_completed}
81
+/// Event triggered when the sign-in code request cooldown has completed.
82
+/// {@endtemplate}
83
+final class AuthenticationCooldownCompleted extends AuthenticationEvent {
84
+ /// {@macro authentication_cooldown_completed}
85
+ const AuthenticationCooldownCompleted();
86
+}
0 commit comments