SaafeRedirectOptions class

Options for triggering a redirect

Constructors

SaafeRedirectOptions.new({required String fi, required String reqdate, required String ecreq, String? theme, dynamic onLoad()?, dynamic onComplete(dynamic)?, dynamic onCancel()?, dynamic onError(String)?, bool showCloseButton = true, DisplayMode displayMode = DisplayMode.bottomSheet})

Properties

displayMode DisplayMode
final
ecreq String
final
fi String
final
hashCode int
The hash code for this object.
no setterinherited
onCancel → dynamic Function()?
final
onComplete → dynamic Function(dynamic)?
final
onError → dynamic Function(String)?
final
onLoad → dynamic Function()?
final
reqdate String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCloseButton bool
final
theme String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited