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

Method android

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

Source from the content-addressed store, hash-verified

30 return this._native;
31 }
32 get android() {
33 return this.native;
34 }
35
36 getAttribute(attribute: string): string {
37 return this.native.getAttribute(attribute);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected