Tracker constructor

Tracker(
  1. AutoInjector injector
)

Implementation

factory Tracker(AutoInjector injector) => _Tracker(injector);