()
| 155 | */ |
| 156 | let _imageFetcher: org.nativescript.widgets.image.Fetcher; |
| 157 | export function getImageFetcher(): org.nativescript.widgets.image.Fetcher { |
| 158 | return _imageFetcher; |
| 159 | } |
| 160 | export function setImageFetcher(fetcher: org.nativescript.widgets.image.Fetcher) { |
| 161 | _imageFetcher = fetcher; |
| 162 | } |
no outgoing calls
no test coverage detected