PerformanceObserverCallback typedef - dart:html library (original) (raw)

description

PerformanceObserverCallback =void Function(PerformanceObserverEntryList entries, PerformanceObserver observer)

Implementation

typedef void PerformanceObserverCallback(
  PerformanceObserverEntryList entries,
  PerformanceObserver observer,
);