DataReportQueue constructor

DataReportQueue()

Implementation

DataReportQueue() {
  _reportService = Service(http.Client());
}