makeRequest abstract method

Future<Request> makeRequest(
  1. ServiceCall call,
  2. Request request
)

Implementation

$async.Future<$0.Request> makeRequest(
    $grpc.ServiceCall call, $0.Request request);