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