readFile abstract method

Stream<Uint8List> readFile(
  1. String filePath
)

Retrieves binary data stream from storage at the specified file path

filePath - Path of the file to read

Returns a stream of binary data

Implementation

Stream<Uint8List> readFile(String filePath);