createTable method

Future createTable()

Implementation

Future createTable() async {
  return await this.repository.create(database: this.database);
}