dispose method

Future<void> dispose()

Close the adapter connection.

Implementation

Future<void> dispose() async {
  await adapter.dispose();
}