previous method

Future<void> previous()

Implementation

Future<void> previous() {
  throw UnimplementedError(
    '[PlatformPlayer.previous] is not implemented',
  );
}