createReadStream method

  1. @override
Stream createReadStream()
override

Always throws. A stream cannot be created for a non-existing file.

Implementation

@override
Stream<dynamic> createReadStream() => throw FileNotFoundException(name);