(param0: com.google.firebase.database.DataSnapshot)
| 210 | handle = this.native.addValueEventListener( |
| 211 | new com.google.firebase.database.ValueEventListener({ |
| 212 | onDataChange(param0: com.google.firebase.database.DataSnapshot) { |
| 213 | callback?.(DataSnapshot.fromNative(param0), null); |
| 214 | }, |
| 215 | onCancelled(param0: com.google.firebase.database.DatabaseError) { |
| 216 | const err = FirebaseError.fromNative(param0); |
| 217 | cancelCallbackOrContext?.(err); |
nothing calls this directly
no test coverage detected