loadModel method
Loads the specified model and prepares it for inference.
See OnDeviceAi.loadModel for full documentation.
Implementation
Future<void> loadModel(String modelName, {ModelConfig? config}) {
throw UnimplementedError('loadModel() has not been implemented.');
}