PlaidLink class

Provides Plaid Link drop in functionality.

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

close() Future<void>
Closes Plaid Link View
continueWithRedirectUri(String redirectUri) Future<void>
Continue with redirect uri
onEvent(LinkEventHandler listener) → void
Called when a Plaid Link event occurs.
onExit(LinkExitHandler listener) → void
Called when a user exits the Plaid Link flow.
onSuccess(LinkSuccessHandler listener) → void
Called on a successfull account link.
open({required LinkConfiguration configuration}) Future<void>
Initializes the Plaid Link flow on the device.