ack property

Stream<int> get ack

Implementation

Stream<int> get ack => on('ack').map((event) => event.data as int);