CallbackOptions constructor

CallbackOptions({
  1. String? updateRequestUrl,
  2. String? url,
})

Implementation

CallbackOptions({
  this.updateRequestUrl,
  this.url,
});