foo abstract method

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

Implementation

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