Outetts constructor

Outetts({
  1. String? sharedLibraryPath,
})

Implementation

Outetts({
  String? sharedLibraryPath,
}) : super(
        sharedLibraryPath:
            sharedLibraryPath ?? OutettsBase.getLibraryWhisperPathDefault(),
      );