delete method

void delete()

Delete all of the directories synchronously

This will remove all traces of this root from the user's device. Use with caution!

Implementation

void delete() => _access.real.deleteSync(recursive: true);