put abstract method
Add / Replace the vault value
for the specified key
.
key
: the keyvalue
: the valuedelegate
: provides the caller a way of changing the VaultEntry before persistence
Implementation
@override
Future<void> put(String key, T value, {VaultEntryDelegate<T>? delegate});