moveInQueue method

void moveInQueue(
  1. int from,
  2. int to
)

Move track from one position to another

Implementation

void moveInQueue(int from, int to) {
  // Implementation moved to player_controller.dart
}