decodeMultiple abstract method

List<Result> decodeMultiple(
  1. BinaryBitmap image, [
  2. Map<DecodeHintType, Object>? hints
])

Implementation

List<Result> decodeMultiple(
  BinaryBitmap image, [
  Map<DecodeHintType, Object>? hints,
]);