scanFilePath method

Future<Map> scanFilePath(
  1. String filePath, {
  2. String? modelId,
})

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');