listOperations_Pre method
Future<ListOperationsResponse>
listOperations_Pre(
- ServiceCall $call,
- Future<
ListOperationsRequest> $request
Implementation
$async.Future<$0.ListOperationsResponse> listOperations_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListOperationsRequest> $request) async {
return listOperations($call, await $request);
}