create method

  1. @override
void create(
  1. String tableName,
  2. void callback(
    1. Table table
    )
)

Implementation

@override
void create(String tableName, void Function(Table table) callback) =>
    _create(tableName, callback, false);