getBlock_Pre method

Future<GetBlockResponse> getBlock_Pre(
  1. ServiceCall call,
  2. Future<GetBlockRequest> request
)

Implementation

$async.Future<$1.GetBlockResponse> getBlock_Pre(
    $grpc.ServiceCall call, $async.Future<$1.GetBlockRequest> request) async {
  return getBlock(call, await request);
}