send property

Stream<Uint8List> get send

Implementation

Stream<Uint8List> get send => on('send').map((event) => event.data as Uint8List);