Model constructor
Model(
- String path,
- MethodChannel _channel, [
- Pointer<
VoskModel> ? modelPointer, - VoskLibrary? _voskLibrary,
Use VoskFlutterPlugin.createModel to create a Model instance.
Implementation
Model(this.path, this._channel, [this.modelPointer, this._voskLibrary]);