Skip to content

Commit 7ae15f7

Browse files
committed
Remove Hive
1 parent ebc7d7f commit 7ae15f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/supabase_flutter/lib/src/local_storage.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const supabasePersistSessionKey = 'SUPABASE_PERSIST_SESSION_KEY';
1212
///
1313
/// * [SupabaseAuth], the instance used to manage authentication
1414
/// * [EmptyLocalStorage], used to disable session persistence
15-
/// * [HiveLocalStorage], that implements Hive as storage method
1615
abstract class LocalStorage {
1716
const LocalStorage({
1817
required this.initialize,

0 commit comments

Comments
 (0)