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