unary method
Implementation
$async.Future<$2.EncryptedMessage> unary(
$pb.ClientContext? ctx, $2.EncryptedMessage request) {
var emptyResponse = $2.EncryptedMessage();
return _client.invoke<$2.EncryptedMessage>(
ctx, 'SecureExampleService', 'Unary', request, emptyResponse);
}