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

Method ios

packages/firebase-performance/index.ios.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 return this._native;
100 }
101 get ios() {
102 return this.native;
103 }
104
105 getAttribute(attribute: string): string {
106 return this.native.valueForAttribute(attribute);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected