fetch abstract method

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

Implementation

$async.Future<$0.FetchResponse> fetch(
    $grpc.ServiceCall call, $0.FetchRequest request);