Deletes a file at the specified path
filePath - Path of the file to delete
filePath
Future<void> deleteFile(String filePath);