menu
play package
documentation
play_dart.dart
Play
move method
move method
dark_mode
light_mode
move
method
Future
<
void
>
move
(
int
from
,
int
to
)
Implementation
Future<void> move(int from, int to) async { await player.move(from, to); return; }
play package
documentation
play_dart
Play
move method
Play class