menu
flutter_fuse_connect package
documentation
fuse_connect.dart
FuseConnect class
FuseConnect class
dark_mode
light_mode
FuseConnect
class
Constructors
FuseConnect
({
required
SuccessCallback
onSuccess
,
required
ExitCallback
onExit
,
required
InstitutionCallback
onInstitutionSelected
})
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
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 setter
inherited
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
flutter_fuse_connect package
documentation
fuse_connect
FuseConnect class
fuse_connect library