deleteAsync method

Future<void> deleteAsync()

Delete all of the directories asynchronously

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

Implementation

Future<void> deleteAsync() => _access.real.delete(recursive: true);