TrackingService constructor

TrackingService(
  1. ConfigurationService _config,
  2. AuthService _auth,
  3. DeviceService _device,
  4. FingerprintService _fingerprint,
  5. StorageService _storage,
  6. ScreenTimeService screen,
  7. TrackingCreatorService creator,
)

Implementation

TrackingService(
  this._config,
  this._auth,
  this._device,
  this._fingerprint,
  this._storage,
  this.screen,
  this.creator,
);