- override
Set or override the data event handler of this subscription.
This method overrides the handler that has been set at the invocation of
Stream.listen
.
Source
@override void onData(void handleData(T event)) { _eventListener = handleData; }
Set or override the data event handler of this subscription.
This method overrides the handler that has been set at the invocation of
Stream.listen
.
@override void onData(void handleData(T event)) { _eventListener = handleData; }