load method

Future<void> load()

Load a document.

Implementation

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