Skip to content

Commit 9963396

Browse files
committed
refactor: remove deprecation of supabasePersistSessionKey
1 parent 16449e6 commit 9963396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/supabase_flutter/lib/src/local_storage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:supabase_flutter/supabase_flutter.dart';
88
import './local_storage_stub.dart'
99
if (dart.library.html) './local_storage_web.dart' as web;
1010

11-
@Deprecated("No longer in use")
11+
/// Only used for migration from Hive to SharedPreferences. Not actually in use.
1212
const supabasePersistSessionKey = 'SUPABASE_PERSIST_SESSION_KEY';
1313

1414
/// LocalStorage is used to persist the user session in the device.

0 commit comments

Comments
 (0)