listActions_Pre method

Future<ListActionsResponse> listActions_Pre(
  1. ServiceCall $call,
  2. Future<ListActionsRequest> $request
)

Implementation

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