stop method

Future<void> stop()

Stop current audio played

Implementation

Future<void> stop() async {
  await _player.stop();
}