deleteFile abstract method

Future<bool> deleteFile({
  1. required String filePath,
})

Deletes a file using its path via the native platform.

Implementation

Future<bool> deleteFile({required String filePath});