GeneralAudioBase constructor

GeneralAudioBase({
  1. String? sharedLibraryPath,
})

Implementation

GeneralAudioBase({
  String? sharedLibraryPath,
}) {
  this.sharedLibraryPath = sharedLibraryPath ?? defaultSharedLibraryPath();
}