Moves form index to to index
moves(from,to)
from and to are index that is spesified to move
Future<void> move(int from, int to) async => await _player.move(from, to);