AuthenticationGetSessionOptions constructor

AuthenticationGetSessionOptions({
  1. bool? clearSessionPreference,
  2. bool? createIfNone,
  3. Object? forceNewSession,
  4. bool? silent,
})

Implementation

factory AuthenticationGetSessionOptions({
  _i2.bool? clearSessionPreference,
  _i2.bool? createIfNone,
  _i2.Object? forceNewSession,
  _i2.bool? silent,
}) =>
    AuthenticationGetSessionOptions._(
      clearSessionPreference: clearSessionPreference,
      createIfNone: createIfNone,
      forceNewSession: forceNewSession ?? _i6.undefined,
      silent: silent,
    );