Save a document.
Future<void> download(int type, String filename) async { _webTwainManager.download(type, filename); }