delete abstract method

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

Deletes a file. Returns true if deleted, false if not found.

Implementation

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