...
This commit is contained in:
@@ -45,7 +45,7 @@ public class StorageService : IStorageService
|
||||
|
||||
public T GetValue<T>(string forKey)
|
||||
{
|
||||
return _localStorageService.GetItem<T>(forKey);
|
||||
return _localStorageService.GetItem<T>(forKey)!;
|
||||
}
|
||||
|
||||
public void SetValue<T>(string key, T value)
|
||||
|
||||
Reference in New Issue
Block a user