listActions_Pre method
Future<ListActionsResponse>
listActions_Pre(
- ServiceCall $call,
- Future<
ListActionsRequest> $request
Implementation
$async.Future<$0.ListActionsResponse> listActions_Pre($grpc.ServiceCall $call,
$async.Future<$0.ListActionsRequest> $request) async {
return listActions($call, await $request);
}