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 16449e6 commit 9963396Copy full SHA for 9963396
packages/supabase_flutter/lib/src/local_storage.dart
@@ -8,7 +8,7 @@ import 'package:supabase_flutter/supabase_flutter.dart';
8
import './local_storage_stub.dart'
9
if (dart.library.html) './local_storage_web.dart' as web;
10
11
-@Deprecated("No longer in use")
+/// Only used for migration from Hive to SharedPreferences. Not actually in use.
12
const supabasePersistSessionKey = 'SUPABASE_PERSIST_SESSION_KEY';
13
14
/// LocalStorage is used to persist the user session in the device.
0 commit comments