GlobalDAQHandlers constructor

GlobalDAQHandlers({
  1. dynamic onSuccess(
    1. GlobalSuccessEvent event
    )?,
  2. dynamic onError(
    1. GlobalErrorEvent event
    )?,
})

Implementation

GlobalDAQHandlers({this.onSuccess, this.onError});