Moves the playlist Media at from, so that it takes the place of the Media to.
from
to
Future<void> move(int from, int to) async { return platform?.move(from, to); }