deleteFile abstract method

Future<void> deleteFile(
  1. String path
)

Deletes the file at the specified path.

Implementation

Future<void> deleteFile(String path);