onChanged property

  1. @Deprecated('Use subscription on stream instead. And handle changes in listener. Will be removed in next major version')
(void Function(T data)?) onChanged
final

Callback for handling a new action

Implementation

@Deprecated(
  'Use subscription on stream instead. And handle changes in listener. Will be removed in next major version',
)
final void Function(T data)? onChanged;