delete method
Synchronously deletes this resource and its children.
Throws an exception if the resource cannot be deleted.
Implementation
@override
void delete() {
file.deleteSync();
}
Synchronously deletes this resource and its children.
Throws an exception if the resource cannot be deleted.
@override
void delete() {
file.deleteSync();
}