onObserveAll property

(dynamic Function(Map<BuildContext, ListViewObserveModel>)?) onObserveAll
finalinherited

The callback of getting observed result map.

Implementation

final Function(Map<BuildContext, M>)? onObserveAll;