WhisperLibrary constructor
WhisperLibrary({
- String? libraryWhisperPath,
Check Out: https://www.youtube.com/@GENERAL_DEV
Implementation
WhisperLibrary({String? libraryWhisperPath})
: super(
libraryWhisperPath: libraryWhisperPath ??
WhisperLibraryBase.getLibraryWhisperPathDefault(),
);