SessionPersistenceService constructor
SessionPersistenceService({
- FlutterSecureStorage? storage,
- String storageKey = _defaultStorageKey,
Implementation
SessionPersistenceService({
FlutterSecureStorage? storage,
String storageKey = _defaultStorageKey,
}) : _storage = storage ?? const FlutterSecureStorage(),
_storageKey = storageKey;