(active: boolean)
| 426 | } |
| 427 | |
| 428 | setFallbackMode(active: boolean): void { |
| 429 | this.inFallbackMode = active; |
| 430 | } |
| 431 | |
| 432 | setFlashFallbackHandler(handler: FlashFallbackHandler): void { |
| 433 | this.flashFallbackHandler = handler; |
no outgoing calls
no test coverage detected