fetch_Pre method

Future<FetchResponse> fetch_Pre(
  1. ServiceCall call,
  2. Future<FetchRequest> request
)

Implementation

$async.Future<$0.FetchResponse> fetch_Pre(
    $grpc.ServiceCall call, $async.Future<$0.FetchRequest> request) async {
  return fetch(call, await request);
}