()
| 240 | } |
| 241 | |
| 242 | private _createBuilder() { |
| 243 | if (this._native) { |
| 244 | this._builder = new com.google.firebase.storage.StorageMetadata.Builder(this._native); |
| 245 | } else { |
| 246 | this._builder = new com.google.firebase.storage.StorageMetadata.Builder(); |
| 247 | } |
| 248 | } |
| 249 | |
| 250 | get cacheControl(): string { |
| 251 | return this.native.getCacheControl?.(); |
no outgoing calls
no test coverage detected