LogoutOptions constructor

LogoutOptions({
  1. String? returnTo,
  2. bool? federated,
})

Implementation

LogoutOptions({this.returnTo, this.federated});