(bitmap)
| 34 | Screen.mainScreen.heightPixels, |
| 35 | new org.nativescript.widgets.Utils.AsyncImageCallback({ |
| 36 | onSuccess(bitmap) { |
| 37 | callback(bitmap, null); |
| 38 | }, |
| 39 | onError(ex) { |
| 40 | callback(null, ex); |
| 41 | }, |
nothing calls this directly
no test coverage detected