listDebugEventsStates_Pre method
Future<ListDebugEventsStatesResponse>
listDebugEventsStates_Pre(
- ServiceCall $call,
- Future<
ListDebugEventsStatesRequest> $request
Implementation
$async.Future<$0.ListDebugEventsStatesResponse> listDebugEventsStates_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListDebugEventsStatesRequest> $request) async {
return listDebugEventsStates($call, await $request);
}