createTable method

Future<bool> createTable()

Implementation

Future<bool> createTable() async {
  return dao.createTable();
}