AuthenticationForceNewSessionOptions constructor

AuthenticationForceNewSessionOptions({
  1. String? detail,
})

Implementation

factory AuthenticationForceNewSessionOptions({_i2.String? detail}) =>
    AuthenticationForceNewSessionOptions._(detail: detail);