createDebugEvents_Pre method
Future<CreateDebugEventsResponse>
createDebugEvents_Pre(
- ServiceCall $call,
- Future<
CreateDebugEventsRequest> $request
Implementation
$async.Future<$0.CreateDebugEventsResponse> createDebugEvents_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.CreateDebugEventsRequest> $request) async {
return createDebugEvents($call, await $request);
}