getDebugEventsStateById_Pre method
Future<GetDebugEventsStateByIdResponse>
getDebugEventsStateById_Pre(
- ServiceCall $call,
- Future<
GetDebugEventsStateByIdRequest> $request
Implementation
$async.Future<$0.GetDebugEventsStateByIdResponse> getDebugEventsStateById_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetDebugEventsStateByIdRequest> $request) async {
return getDebugEventsStateById($call, await $request);
}