getByScore_Pre method

Future<GetByScoreResponse_> getByScore_Pre(
  1. ServiceCall call,
  2. Future<GetByScoreRequest_> request
)

Implementation

$async.Future<$7.GetByScoreResponse_> getByScore_Pre($grpc.ServiceCall call,
    $async.Future<$7.GetByScoreRequest_> request) async {
  return getByScore(call, await request);
}