fetchBlockBody_Pre method
Implementation
$async.Future<$1.FetchBlockBodyRes> fetchBlockBody_Pre($grpc.ServiceCall call,
$async.Future<$1.FetchBlockBodyReq> request) async {
return fetchBlockBody(call, await request);
}
$async.Future<$1.FetchBlockBodyRes> fetchBlockBody_Pre($grpc.ServiceCall call,
$async.Future<$1.FetchBlockBodyReq> request) async {
return fetchBlockBody(call, await request);
}