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

Method android

packages/firebase-remote-config/index.android.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 get android() {
50 return this.native;
51 }
52
53 asBoolean(): boolean {
54 return this.native.asBoolean();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected