open method

Future<void> open({
  1. required LinkTokenConfiguration configuration,
})

Initializes the Plaid Link flow on the device.

Implementation

Future<void> open({required LinkTokenConfiguration configuration}) async {
  throw UnimplementedError('open() has not been implemented.');
}