WhisperLibrary constructor

WhisperLibrary({
  1. String? libraryWhisperPath,
})

Implementation

WhisperLibrary({String? libraryWhisperPath})
    : super(
        libraryWhisperPath: libraryWhisperPath ??
            WhisperLibraryBase.getLibraryWhisperPathDefault(),
      );