os/delete_from_bin library

Functions

deleteFromBin(File file, {Run? runner, Directory? binDir, bool sudo = true, dynamic force = true}) Future<bool>
Deletes a file from the system's bin folder. If binDir is not specified, the system's bin folder will be used. If runner is not specified, a new Run instance will be used. If sudo is true, the file will be deleted using sudo.