getFile abstract method
Future<HostedFileContent?>
getFile(
- String fileId, {
- HostedFileClientOptions? options,
- CancellationToken? cancellationToken,
Gets metadata about a file, or null if not found.
Implementation
Future<HostedFileContent?> getFile(
String fileId, {
HostedFileClientOptions? options,
CancellationToken? cancellationToken,
});