onData property

Msg? Function(T data) onData
final

Callback for stream data events.

Implementation

final Msg? Function(T data) onData;