init method

Future<void> init()

Implementation

Future<void> init() async {
  await importWaterLineDao.init(initTable: initializeTables);
}