ReportingObserver constructor

ReportingObserver(
  1. ReportingObserverCallback callback, [
  2. ReportingObserverOptions options
])

Implementation

external factory ReportingObserver(
  ReportingObserverCallback callback, [
  ReportingObserverOptions options,
]);