(args)
| 1479 | }); |
| 1480 | |
| 1481 | function onLiveSync(args): void { |
| 1482 | if (getImageFetcher()) { |
| 1483 | getImageFetcher().clearCache(); |
| 1484 | } |
| 1485 | } |
| 1486 | |
| 1487 | getNativeScriptGlobals().events.on('livesync', onLiveSync); |
| 1488 |
nothing calls this directly
no test coverage detected