WebEmbeddingModel constructor
WebEmbeddingModel({
- required VoidCallback onClose,
- String? modelPath,
- String? tokenizerPath,
Implementation
WebEmbeddingModel({
required this.onClose,
this._modelPath,
this._tokenizerPath,
});