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

Method native

packages/firebase-dynamic-links/index.android.ts:546–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544 }
545
546 get native() {
547 if (!this._native) {
548 this._native = com.google.firebase.dynamiclinks.FirebaseDynamicLinks.getInstance();
549 }
550 return this._native;
551 }
552 get android() {
553 return this.native;
554 }

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected