loadModel method

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

Implementation

@override
bool loadModel({
  required String modelPath,
  required String modelVocoderPath,
}) {
  throw UnimplementedError();
}