deleteFile abstract method

Future<bool> deleteFile(
  1. String recordPath
)

Deletes a file from the database using the record path from storage. Returns true if the file was successfully deleted, false otherwise.

Implementation

Future<bool> deleteFile(String recordPath);