BauthController class

Constructors

BauthController(String bauthURL, {required void onLogin(BuildContext context, User user), required void onLogout(BuildContext context), required void onUpdateUser(BuildContext context, User user), void callbackReturn(BuildContext context)?, User? user})

Properties

bauthURL String
getter/setter pair
callbackReturn ↔ void Function(BuildContext context)?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLogged bool
no setter
onLogin ↔ void Function(BuildContext context, User user)
getter/setter pair
onLogout ↔ void Function(BuildContext context)
getter/setter pair
onUpdateUser ↔ void Function(BuildContext context, User user)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
getter/setter pair

Methods

logout() → void
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