get method
Implementation
Future<SecretEntry> get(SecretKey key) async => SecretEntry.fromJson(
await _rpcManager.post('/secret/get', SecretKeyRefRequest(key: key)));
Future<SecretEntry> get(SecretKey key) async => SecretEntry.fromJson(
await _rpcManager.post('/secret/get', SecretKeyRefRequest(key: key)));