TrackingService constructor
TrackingService(
- ConfigurationService _config,
- AuthService _auth,
- DeviceService _device,
- FingerprintService _fingerprint,
- StorageService _storage,
- ScreenTimeService screen,
- TrackingCreatorService creator,
Implementation
TrackingService(
this._config,
this._auth,
this._device,
this._fingerprint,
this._storage,
this.screen,
this.creator,
);