HelixworldsSDKService constructor

HelixworldsSDKService(
  1. IUserDetailsRepository userDetailsRepo,
  2. ScanRepository scanRepo,
  3. ILogLocalDatasource logLocaDatasource,
  4. ImagePicker picker,
  5. HelperUtil _helperUtil,
  6. IAuthLocalDatasource _authLocalDS, {
  7. bool isLocal = true,
})

Implementation

HelixworldsSDKService(this.userDetailsRepo, this.scanRepo,
    this.logLocaDatasource, this.picker, this._helperUtil, this._authLocalDS,
    {this.isLocal = true});