hydrate method

Future<void> hydrate()

Implementation

Future<void> hydrate() async {
  await initializer.exec();
}