Future<bool> init({int? table_id, bool initTable = true}) async { initialized = true; return await configurationDao.init(initTable: initTable); }