onResults property

(void Function(Results next, {Results prev})?) onResults
final

It can be used to listen for the results changes.

Implementation

final void Function(Results next, {Results prev})? onResults;