| 9 | const exec = require('cordova/exec'); |
| 10 | |
| 11 | class Executor { |
| 12 | constructor(BackgroundExecutor = false) { |
| 13 | this.ExecutorType = BackgroundExecutor ? "BackgroundExecutor" : "Executor"; |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected