get abstract method
Returns the vault value for the specified key.
key: the keydelegate: provides the caller a way of changing the VaultEntry before persistence
Implementation
@override
Future<T?> get(String key, {VaultEntryDelegate<T>? delegate});