Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ native
Method
native
packages/firebase-performance/index.android.ts:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
return
null;
77
}
78
get native() {
79
return
this._native;
80
}
81
get android() {
82
return
this.native;
83
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected