call method

void call(
  1. PerformanceObserverEntryList entries,
  2. PerformanceObserver observer
)

Implementation

void call(
  _i3.PerformanceObserverEntryList entries,
  _i3.PerformanceObserver observer,
) {
  _i4.callMethod(
    this,
    'call',
    [
      this,
      entries,
      observer,
    ],
  );
}