close method

Future<void> close()

Closes Plaid Link View

Implementation

Future<void> close() async {
  throw UnimplementedError('close() has not been implemented.');
}