createTables static method

dynamic createTables()

Implementation

static createTables() async {
  await DashboardQuery().createTable();
  await DashboardItemQuery().createTable();
}