register method

DartMigration register(
  1. FinchApp app
)

Implementation

DartMigration register(FinchApp app) {
  this.app = app;
  return this;
}