create method

Future create()

Implementation

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