SpurtePlugin constructor

SpurtePlugin({
  1. String? name,
  2. SpurteResolve? resolve,
  3. SpurteLoad? load,
  4. SpurteSetup? setup,
  5. SpurteTeardown? teardown,
  6. SpurteBeforeLoad? beforeLoad,
  7. SpurteAfterLoad? afterLoad,
})

Implementation

SpurtePlugin({
  this.name, this.resolve, this.load, this.setup, this.teardown, this.beforeLoad, this.afterLoad
});