getParticipant_Pre method

Future<Participant> getParticipant_Pre(
  1. ServiceCall call,
  2. Future<GetParticipantRequest> request
)

Implementation

$async.Future<$10.Participant> getParticipant_Pre($grpc.ServiceCall call,
    $async.Future<$10.GetParticipantRequest> request) async {
  return getParticipant(call, await request);
}