IGLoginManager class

Constructors

IGLoginManager()
factory

Properties

gateWayChangedCallback ↔ (dynamic Function(IGAPIGateway gateway)?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
packageLoader PackageLoader
final
presetBlock IGLoginPresetBlock
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loginGateway({bool? useLastGateway}) → IGAPIGateway
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processLoginCompletion(IGLoggedInUser? loggedInUser, BuildContext context, IGLoginErrorProcessCompletion errorProcessCompletion, bool popAfterLogin, IGLoginCompletion loginCompletion) Future<void>
processLoginException(dynamic e, String? username, String? password, BuildContext context, IGLoginErrorProcessCompletion errorProcessCompletion, bool popAfterLogin, IGLoginCompletion loginCompletion) → dynamic
showLoginPage(BuildContext context, IGLoginCompletion loginCompletion, {required bool fbLogin, String? username, required bool popAfterLogin}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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