getOperations_Pre method

Future<GetOperationsResponse> getOperations_Pre(
  1. ServiceCall call,
  2. Future<GetOperationsRequest> request
)

Implementation

$async.Future<$30.GetOperationsResponse> getOperations_Pre($grpc.ServiceCall call, $async.Future<$30.GetOperationsRequest> request) async {
  return getOperations(call, await request);
}