AudioPlayerPreview constructor
const
AudioPlayerPreview({
- Key? key,
- required String source,
- required VoidCallback onDelete,
- required String conversationId,
- required String channelName,
Implementation
const AudioPlayerPreview({
Key? key,
required this.source,
required this.onDelete,
required this.conversationId,
required this.channelName,
}) : super(key: key);