HelixworldsSDKService constructor
HelixworldsSDKService(
- IUserDetailsRepository userDetailsRepo,
- ScanRepository scanRepo,
- ILogLocalDatasource logLocaDatasource,
- ImagePicker picker,
- HelperUtil _helperUtil,
- IAuthLocalDatasource _authLocalDS, {
- bool isLocal = true,
Implementation
HelixworldsSDKService(this.userDetailsRepo, this.scanRepo,
this.logLocaDatasource, this.picker, this._helperUtil, this._authLocalDS,
{this.isLocal = true});