previous method

Future<void> previous()

Implementation

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