Clear persisted value
Future<void> clear() async { await _storage.delete(_key); _isLoading = false; }