(param0)
| 141 | complete?.(); |
| 142 | }, |
| 143 | onError(param0) { |
| 144 | if (nextOrObserver) { |
| 145 | if (typeof nextOrObserver === 'object') { |
| 146 | nextOrObserver?.error?.(FirebaseError.fromNative(param0)); |
| 147 | } |
| 148 | } |
| 149 | error?.(FirebaseError.fromNative(param0)); |
| 150 | }, |
| 151 | }) |
| 152 | ); |
| 153 | } |
nothing calls this directly
no test coverage detected