template method

Future<void> template()

Implementation

Future<void> template() async {
  await player.play();
  return;
}