foo abstract method

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

Implementation

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