listExecutions_Pre method

Future<ListExecutionsResponse> listExecutions_Pre(
  1. ServiceCall call,
  2. Future<ListExecutionsRequest> request
)

Implementation

$async.Future<$0.ListExecutionsResponse> listExecutions_Pre($grpc.ServiceCall call, $async.Future<$0.ListExecutionsRequest> request) async {
  return listExecutions(call, await request);
}