createIfNotExists abstract method

void createIfNotExists(
  1. String tableName,
  2. void callback(
    1. Table table
    )
)

Implementation

void createIfNotExists(String tableName, void Function(Table table) callback);