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