Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ native
Method
native
packages/firebase-remote-config/index.android.ts:143–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
}
142
143
get native() {
144
return
this._native;
145
}
146
get android() {
147
return
this.native;
148
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected