deleteAsync method
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);
Delete all of the directories asynchronously
This will remove all traces of this root from the user's device. Use with caution!
Future<void> deleteAsync() => _access.real.delete(recursive: true);