SubjectTrackingExtension<T, S extends Subject<T>> extension

Adds track to any rxdart Subject so its emissions appear in the DevTools panel and the panel can drive values into it via enableInjection.

on
  • S

Methods

track(String name, {int? historySize}) TrackedSubject<T, S>

Available on S, provided by the SubjectTrackingExtension extension

Registers this subject with the DevTools runtime under name.