scanImage method

Future<List<String>> scanImage(
  1. String path
)

Implementation

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