scanDocument method

Future<List<String>> scanDocument()

Implementation

Future<List<String>> scanDocument() async {
  throw UnimplementedError('scanDocument() has not been implemented.');
}