writeEventsEnabled property - RawSocket class - dart:io library (original) (raw)

description

bool writeEventsEnabled

getter/setter pair

Set or get, if the RawSocket should listen for RawSocketEvent.writeevents. 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;