init method

void init()

init Init DB

Implementation

void init() {
  sqliteQueries = tables.map((e) => createInstance(data, e)).toList();
}