doesTableExist method

bool doesTableExist(
  1. String tableName
)

Implementation

bool doesTableExist(String tableName) =>
    _tableMetaDataAccess.doesTableExist(tableName);