ReportingObserver constructor

ReportingObserver(ReportingObserverCallback callback)

Implementation

factory ReportingObserver(ReportingObserverCallback callback) {
  return ReportingObserver._create_1(callback);
}