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 ebc7d7f commit 7ae15f7Copy full SHA for 7ae15f7
packages/supabase_flutter/lib/src/local_storage.dart
@@ -12,7 +12,6 @@ const supabasePersistSessionKey = 'SUPABASE_PERSIST_SESSION_KEY';
12
///
13
/// * [SupabaseAuth], the instance used to manage authentication
14
/// * [EmptyLocalStorage], used to disable session persistence
15
-/// * [HiveLocalStorage], that implements Hive as storage method
16
abstract class LocalStorage {
17
const LocalStorage({
18
required this.initialize,
0 commit comments