delete method
Synchronously deletes this resource and its children.
Throws an exception if the resource cannot be deleted.
Implementation
@override
void delete() => directory.deleteSync(recursive: true);
Synchronously deletes this resource and its children.
Throws an exception if the resource cannot be deleted.
@override
void delete() => directory.deleteSync(recursive: true);