Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ task
Method
task
packages/firebase-storage/index.ios.ts:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
get task(): Task {
82
return
Task.fromNative(this.native.task as any);
83
}
84
85
get totalBytes(): number {
86
return
this.native?.progress?.totalUnitCount;
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected