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

Method native

packages/firebase-remote-config/index.ios.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 get native() {
74 return this._native;
75 }
76 get ios() {
77 return this.native;
78 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected