previous method

Future<void> previous()

Implementation

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