createReadStream abstract method

Stream createReadStream()

Return file contents as readonly stream. Caller should dispose stream when complete.

Implementation

Stream<dynamic> createReadStream();