createParticipant_Pre method

Future<Participant> createParticipant_Pre(
  1. ServiceCall call,
  2. Future<CreateParticipantRequest> request
)

Implementation

$async.Future<$9.Participant> createParticipant_Pre($grpc.ServiceCall call,
    $async.Future<$9.CreateParticipantRequest> request) async {
  return createParticipant(call, await request);
}