Content.audioBytes constructor
Content.audioBytes(
- Uint8List bytes
Audio provided as raw bytes.
Implementation
factory Content.audioBytes(Uint8List bytes) = AudioBytesContent;
Audio provided as raw bytes.
factory Content.audioBytes(Uint8List bytes) = AudioBytesContent;