listActions_Pre method

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

Implementation

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