previous method

FutureOr<void> previous()

Implementation

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