renderDropTable abstract method

List<String> renderDropTable(
  1. String tableName, {
  2. bool ifExists = false,
})

Implementation

List<String> renderDropTable(String tableName, {bool ifExists = false});