| 3 | import type { NativeScriptCapPlugin } from './definitions'; |
| 4 | |
| 5 | export class NativeScriptCapWeb |
| 6 | extends WebPlugin |
| 7 | implements NativeScriptCapPlugin { |
| 8 | |
| 9 | notify(options: {value: any}): void { |
| 10 | console.log('NOTIFY', options); |
| 11 | // throw new Error('Method not implemented.'); |
| 12 | } |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected