scanFilePath abstract method

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

Implementation

Future<Map<dynamic, dynamic>> scanFilePath(String filePath,
    {String? modelId});