MCPcopy Create free account
hub / github.com/NativeScript/firebase / android

Method android

packages/firebase-app-check/index.android.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 get android() {
39 return this.native;
40 }
41 get token(): string {
42 return this.native?.getToken?.();
43 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected