delete abstract method

Future<void> delete(
  1. String path
)

Deletes the file saved at the given path on the disk.

Implementation

Future<void> delete(String path);