getFileContent abstract method

Future<List<int>> getFileContent(
  1. String fileId
)

Get file content

Downloads the raw content of a file as bytes.

Implementation

Future<List<int>> getFileContent(String fileId);