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

Method getString

packages/firebase-remote-config/index.ios.ts:238–240  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

236 return this.getValue(key)?.asNumber?.();
237 }
238 getString(key: string): string {
239 return this.getValue(key)?.asString?.();
240 }
241 getValue(key: string) {
242 return ConfigValue.fromNative(this.native.configValueForKey(key));
243 }

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.95
asStringMethod · 0.65

Tested by

no test coverage detected