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 5322ad8 commit 185ae0fCopy full SHA for 185ae0f
packages/supabase_flutter/test/supabase_flutter_test.dart
@@ -53,6 +53,10 @@ void main() {
53
url: supabaseUrl,
54
anonKey: supabaseUrl,
55
debug: false,
56
+ authOptions: FlutterAuthClientOptions(
57
+ localStorage: MockLocalStorage(),
58
+ pkceAsyncStorage: MockAsyncStorage(),
59
+ ),
60
accessToken: () async => 'my-access-token',
61
);
62
0 commit comments