onUpdate property

void Function(List<int> current)? onUpdate
final

Called for every update. current is the sequence so far.

Implementation

final void Function(List<int> current)? onUpdate;