loadModel abstract method

bool loadModel({
  1. required String modelPath,
  2. required String modelVocoderPath,
})

Implementation

bool loadModel({
  required String modelPath,
  required String modelVocoderPath,
});