move static method

Future<void> move(
  1. int from,
  2. int to
)

Implementation

static Future<void> move(int from, int to) => controller.moveInQueue(from, to);