OutettsBase constructor

OutettsBase({
  1. String? sharedLibraryPath,
})

Implementation

OutettsBase({
  String? sharedLibraryPath,
}) : sharedLibraryPath = sharedLibraryPath ?? getLibraryWhisperPathDefault();