prepare method

Future<void> prepare()

Implementation

Future<void> prepare() async {
  await LocalStore.prepare();
  await Dirs.prepare();
}