foo abstract method

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

Implementation

$async.Future<$21.FooResponse> foo($grpc.ServiceCall call, $21.FooRequest request);