writeEventsEnabled property Null safety

bool writeEventsEnabled
read / write

Whether the RawDatagramSocket should listen for RawSocketEvent.write events.

Default is true. This is a one-shot listener, and writeEventsEnabled must be set to true again to receive another write event.

Implementation

abstract bool writeEventsEnabled;