DestinationConfig constructor

DestinationConfig({
  1. OnFailure? onFailure,
  2. OnSuccess? onSuccess,
})

Implementation

DestinationConfig({
  this.onFailure,
  this.onSuccess,
});