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

Method android

packages/firebase-performance/index.android.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 return this._native;
80 }
81 get android() {
82 return this.native;
83 }
84
85 getAttribute(attribute: string): string {
86 return this.native.getAttribute(attribute);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected