listOperations_Pre method

Future<ListOperationsResponse> listOperations_Pre(
  1. ServiceCall $call,
  2. Future<ListOperationsRequest> $request
)

Implementation

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