drop abstract method

void drop(
  1. String tableName, {
  2. bool cascade = false,
})

Implementation

void drop(String tableName, {bool cascade = false});