mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +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();
|
||||
}
|
||||
}
|
||||
@@ -34,5 +34,11 @@ namespace Bit.Core.Services
|
||||
}
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
|
||||
public Task PurgeAsync()
|
||||
{
|
||||
_state.Clear();
|
||||
return Task.FromResult(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user