onComplete property

dynamic Function(BuildContext)? onComplete
final

Callback executed once the listened state stops emitting values.

Implementation

final Function(BuildContext)? onComplete;