GlobalDAQHandlers constructor
GlobalDAQHandlers({
- dynamic onSuccess(
- GlobalSuccessEvent event
- dynamic onError(
- GlobalErrorEvent event
Implementation
GlobalDAQHandlers({this.onSuccess, this.onError});