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 af996cc commit 098c5a2Copy full SHA for 098c5a2
lib/authentication/bloc/authentication_event.dart
@@ -68,3 +68,11 @@ final class _AuthenticationStatusChanged extends AuthenticationEvent {
68
@override
69
List<Object?> get props => [user];
70
}
71
+
72
+/// {@template authentication_cooldown_completed}
73
+/// Event triggered when the sign-in code request cooldown has completed.
74
+/// {@endtemplate}
75
+final class AuthenticationCooldownCompleted extends AuthenticationEvent {
76
+ /// {@macro authentication_cooldown_completed}
77
+ const AuthenticationCooldownCompleted();
78
+}
0 commit comments