scanImageBytes method
Scan raw image bytes. Default throws. See scanFilePath for the
roi contract.
Implementation
Future<Map<dynamic, dynamic>> scanImageBytes(Uint8List bytes,
{String? modelId, Map<String, double>? roi}) =>
throw UnimplementedError(
'scanImageBytes is not implemented by this platform');