models property

Map<String, String>? models
getter/setter pair

Ability to provide a custom path of model (Web only).

final modelPaths = {
  'colorcorrector': 'path',
  'facedetector': 'path',
  'lowlighter': 'path'
};

Implementation

Map<String, String>? models;