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 9c537c7 commit 42bb524Copy full SHA for 42bb524
1 file changed
lib/src/model/auth/auth_user.dart
@@ -19,4 +19,7 @@ class AuthLifecycle {
19
final Future<void> Function() onSignOut;
20
}
21
22
-final authLifecycleProvider = StateProvider<AuthLifecycle?>((Ref ref) => null, name: 'AuthLifecycleProvider');
+final authLifecycleProvider = StateProvider<AuthLifecycle?>(
23
+ (Ref ref) => null,
24
+ name: 'AuthLifecycleProvider',
25
+);
0 commit comments