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

Method native

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

Source from the content-addressed store, hash-verified

90 this.native.setTokenAutoRefreshEnabled(enabled);
91 }
92 get native() {
93 return this._native;
94 }
95 get ios() {
96 return this.native;
97 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected