Scheduler<T> constructor

Scheduler<T>({
  1. OnErrorCallback? onError,
})

Implementation

Scheduler({this.onError});