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

Method contentType

packages/firebase-storage/index.ios.ts:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 get contentType(): string {
303 return this.native?.contentType;
304 }
305
306 set contentType(value) {
307 this.native.contentType = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected