MCPcopy Index your code
hub / github.com/NativeScript/capacitor / NativeScriptCapWeb

Class NativeScriptCapWeb

src/web.ts:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { NativeScriptCapPlugin } from './definitions';
4
5export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected