play method

  1. @override
Future<void> play()
override

Implementation

@override
Future<void> play() async {
  await audioHandler.play();
}