onLoaded property

dynamic Function(QuerySnapshot<T>)? onLoaded
final

Method that gets called once the stream updates with a new QuerySnapshot

Implementation

final Function(QuerySnapshot<T>)? onLoaded;