deleteSync abstract method
Synchronously deletes this FileSystemEntity.
The exact details vary according to the FileSystemEntity:
Implementation
@override
FileSystemEntity deleteSync({bool recursive = false});
Synchronously deletes this FileSystemEntity.
The exact details vary according to the FileSystemEntity:
@override
FileSystemEntity deleteSync({bool recursive = false});