Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ task
Method
task
packages/firebase-storage/index.android.ts:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
get task(): Task {
71
return
Task.fromNative(this.native.getTask() as any);
72
}
73
74
get totalBytes(): number {
75
return
this.native?.getTotalByteCount?.();
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected