PlayAudioAction constructor
Initialise this enhancement with the hardset parameters.
Implementation
PlayAudioAction()
: super(
uniqueKey: key,
label: 'Play Audio',
description:
'Attempts to play audio based on the Audio enhancements. The auto'
' is the top priority.',
icon: Icons.play_circle,
);