deleteSync method
Synchronously deletes this FileSystemEntity.
The exact details vary according to the FileSystemEntity:
Implementation
@override
File deleteSync({bool recursive = false}) {
window.localStorage.remove('${absolute.uri}');
return this;
}