bytes property

Future<List<int>> bytes

Implementation

Future<List<int>> get bytes async {
  await _controller.done;
  return _list;
}