writeEventsEnabled property Null safety

bool writeEventsEnabled

Set or get, if 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

bool get writeEventsEnabled;
void writeEventsEnabled= (bool value)

Implementation

void set writeEventsEnabled(bool value);