upsert method
Implementation
Future<SecretEntry> upsert(SecretKey key, SecretValue value) =>
upsertMany({key: value}).then((entries) => entries.first);
Future<SecretEntry> upsert(SecretKey key, SecretValue value) =>
upsertMany({key: value}).then((entries) => entries.first);