ChildCallback typedef

ChildCallback = (void Function(int? index, DataSnapshot? snapshot)?)

Implementation

typedef ChildCallback = void Function(int index, DataSnapshot snapshot);