Retrieves binary data stream from storage at the specified file path
filePath - Path of the file to read
filePath
Returns a stream of binary data
Stream<Uint8List> readFile(String filePath);