createReadStream abstract method
Return file contents as readonly stream. Caller should dispose stream when complete.
Implementation
Stream<dynamic> createReadStream();
Return file contents as readonly stream. Caller should dispose stream when complete.
Stream<dynamic> createReadStream();