AsyncSimpleTask constructor

AsyncSimpleTask(
  1. Future func(), {
  2. dynamic onCancel()?,
})

Implementation

AsyncSimpleTask(this.func, {this.onCancel});