(value: number)
| 1036 | } |
| 1037 | |
| 1038 | async setOffset(value: number) { |
| 1039 | if (this.searchObj) { |
| 1040 | this.searchObj.setOffset(value); |
| 1041 | } |
| 1042 | if (typeof this.singleObj !== 'undefined') { |
| 1043 | api.storage.remove(`updateCheck/${this.singleObj.getType()}/${this.singleObj.getCacheKey()}`); |
| 1044 | } |
| 1045 | } |
| 1046 | |
| 1047 | UILoaded = false; |
| 1048 |
no test coverage detected