doesTableExist method

Future<bool> doesTableExist()

Implementation

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