createAsync method
Create all of the directories asynchronously
Implementation
Future<void> createAsync() => Future.wait([
_access.stores.create(recursive: true),
_access.stats.create(recursive: true),
_access.recovery.create(recursive: true),
]);