foo abstract method

Future<TestMessage> foo(
  1. ServiceCall call,
  2. TestMessage request
)

Implementation

$async.Future<$0.TestMessage> foo(
    $grpc.ServiceCall call, $0.TestMessage request);