scanFilePath method
Scan an image file from path. Default throws.
Implementation
Future<Map<dynamic, dynamic>> scanFilePath(String filePath,
{String? modelId}) =>
throw UnimplementedError(
'scanFilePath is not implemented by this platform');