MCPcopy Index your code
hub / github.com/NativeScript/firebase / onComplete

Method onComplete

packages/firebase-storage/index.android.ts:135–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134 },
135 onComplete() {
136 if (hasNextOrObserver) {
137 if (typeof nextOrObserver === 'object') {
138 nextOrObserver?.complete?.();
139 }
140 }
141 complete?.();
142 },
143 onError(param0) {
144 if (nextOrObserver) {
145 if (typeof nextOrObserver === 'object') {

Callers

nothing calls this directly

Calls 1

completeMethod · 0.80

Tested by

no test coverage detected