writeEventsEnabled property - RawDatagramSocket class - dart:io library (original) (raw)
bool writeEventsEnabled
getter/setter pair
Whether the RawDatagramSocket should listen forRawSocketEvent.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;