inject method

void inject(
  1. RenderMetricsInjection injection
)

Injects a full RenderMetricsInjection payload.

Implementation

void inject(RenderMetricsInjection injection) {
  if (injection.isEmpty) return;
  _controller.add(injection);
}