delete abstract method
Future<bool>
delete(
- String fileId, {
- HostedFileClientOptions? options,
- CancellationToken? cancellationToken,
Deletes a file. Returns true if deleted, false if not found.
Implementation
Future<bool> delete(
String fileId, {
HostedFileClientOptions? options,
CancellationToken? cancellationToken,
});