AudioFileContent constructor

const AudioFileContent(
  1. String path
)

Creates audio content from a file path.

Implementation

const AudioFileContent(this.path);