inject method
Injects a full RenderMetricsInjection payload.
Implementation
void inject(RenderMetricsInjection injection) {
if (injection.isEmpty) return;
_controller.add(injection);
}
Injects a full RenderMetricsInjection payload.
void inject(RenderMetricsInjection injection) {
if (injection.isEmpty) return;
_controller.add(injection);
}