UaePass class
This class allows to signIn with Uae Pass
Constructors
- UaePass.new({required BuildContext context, String? clientId, String? clientSecret, required String redirectUrl, required String state, bool isProduction = true, bool isDarkMode = false, PreferredSizeWidget? appBar, AppBarProperties? appBarProperties})
Properties
- appBar ↔ PreferredSizeWidget?
-
Use appBar for replacing the default app bar UI
getter/setter pair
- appBarProperties ↔ AppBarProperties?
-
AppBarProperties is useful when you want customize the default app bar UI
getter/setter pair
- clientId ↔ String?
-
getter/setter pair
- clientSecret ↔ String?
-
getter/setter pair
- context ↔ BuildContext
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDarkMode ↔ bool
-
getter/setter pair
- isProduction ↔ bool
-
set to false for sandbox, Default is true
getter/setter pair
- redirectUrl ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signIn(
) → Future< UAEPassWebViewResultModel?> - Sets the environment and navigate to web view for sign in
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited