dispose method

Future<void> dispose()

Implementation

Future<void> dispose() {
  if (isPlaying()) stopAudio();
  return _player.dispose();
}