mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
lock now button
This commit is contained in:
@@ -7,5 +7,6 @@ namespace Bit.Core.Abstractions
|
||||
Task<T> GetAsync<T>(string key);
|
||||
Task RemoveAsync(string key);
|
||||
Task SaveAsync<T>(string key, T obj);
|
||||
Task PurgeAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user