deleteFile abstract method

Future<void> deleteFile(
  1. String filePath
)

Deletes a file at the specified path

filePath - Path of the file to delete

Implementation

Future<void> deleteFile(String filePath);