SubscribeOptionsBase constructor

const SubscribeOptionsBase({
  1. void success()?,
  2. void fail(
    1. String errMsg
    )?,
  3. void complete(
    1. String errMsg
    )?,
})

Implementation

const SubscribeOptionsBase({this.success, this.fail, this.complete});