open method

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

Initializes the Plaid Link flow on the device.

Implementation

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