FuseConnect class

Constructors

FuseConnect({required SuccessCallback onSuccess, required ExitCallback onExit, required InstitutionCallback onInstitutionSelected})

Properties

hashCode int
The hash code for this object.
no setterinherited
onExit ExitCallback
A function that is called when a user exits Link without successfully linking an Item, or when an error occurs during Link initialization. The function should expect two arguments, a nullable error object and a metadata object.
getter/setter pair
onInstitutionSelected InstitutionCallback
getter/setter pair
onSuccess SuccessCallback
A function that is called when a user successfully completes an onboarding.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

platform → const MethodChannel