close static method

Future<void> close()

Closes Plaid Link View

Implementation

static Future<void> close() async {
  await _platform.close();
}