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

Method native

packages/firebase-messaging/index.android.ts:166–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 get native() {
167 if (!this._native) {
168 this._native = com.google.firebase.messaging.FirebaseMessaging.getInstance();
169 }
170 return this._native;
171 }
172 get android() {
173 return this.native;
174 }

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected