asStream method

  1. @override
Stream<List<int>> asStream()

Implementation

@override
Stream<List<int>> asStream() => _xFile.openRead();