DisconnectOptions constructor

DisconnectOptions(
  1. {ShowAlert? showAlert,
  2. String? redirectURL,
  3. required bool onWeb,
  4. void updateValidated(
    1. bool
    )?}
)

Implementation

DisconnectOptions({
  this.showAlert,
  this.redirectURL,
  required this.onWeb,
  this.updateValidated,
});