deleteSync method
- bool recursive = false,
 
Synchronously deletes this FileSystemEntity.
The exact details vary according to the FileSystemEntity:
Implementation
void deleteSync({bool recursive = false}) =>
    _deleteSync(recursive: recursive);
Synchronously deletes this FileSystemEntity.
The exact details vary according to the FileSystemEntity:
void deleteSync({bool recursive = false}) =>
    _deleteSync(recursive: recursive);