dispose method

Future<void> dispose()

Destroy the controller.

Implementation

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