WhisperLibraryBase constructor

WhisperLibraryBase({
  1. String? libraryWhisperPath,
})

Implementation

WhisperLibraryBase({String? libraryWhisperPath})
    : libraryWhisperPath =
          libraryWhisperPath ?? getLibraryWhisperPathDefault();