onDataReady property
When data arrives and there is no read currently in progress, the onDataReady handler is called.
Implementation
DataReadyHandler? onDataReady;
When data arrives and there is no read currently in progress, the onDataReady handler is called.
DataReadyHandler? onDataReady;