PerformanceObserverCallback typedef - dart:html library (original) (raw)
PerformanceObserverCallback =void Function(PerformanceObserverEntryList entries, PerformanceObserver observer)
Implementation
typedef void PerformanceObserverCallback(
PerformanceObserverEntryList entries,
PerformanceObserver observer,
);