getFile abstract method

Future<HostedFileContent?> getFile(
  1. String fileId, {
  2. HostedFileClientOptions? options,
  3. CancellationToken? cancellationToken,
})

Gets metadata about a file, or null if not found.

Implementation

Future<HostedFileContent?> getFile(
  String fileId, {
  HostedFileClientOptions? options,
  CancellationToken? cancellationToken,
});