foo method
Implementation
$async.Future<TestMessage> foo($pb.ClientContext? ctx, TestMessage request) {
var emptyResponse = TestMessage();
return _client.invoke<TestMessage>(
ctx, 'TestService', 'Foo', request, emptyResponse);
}
$async.Future<TestMessage> foo($pb.ClientContext? ctx, TestMessage request) {
var emptyResponse = TestMessage();
return _client.invoke<TestMessage>(
ctx, 'TestService', 'Foo', request, emptyResponse);
}