alter abstract method

void alter(
  1. String tableName,
  2. void callback(
    1. MutableTable table
    )
)

Implementation

void alter(String tableName, void Function(MutableTable table) callback);