playError method

Future<void> playError()

Play error sound

Implementation

Future<void> playError() async {
  await playSound('error');
}