menu
chess_interface package
documentation
chess_interface_dart.dart
ChessBoardInterfaceExtension
canUndo method
canUndo method
dark_mode
light_mode
canUndo
method
bool
canUndo
(
)
Check if user can undo the last move.
Implementation
bool canUndo() => history.isNotEmpty;
chess_interface package
documentation
chess_interface_dart
ChessBoardInterfaceExtension
canUndo method
ChessBoardInterfaceExtension extension on
ChessBoardInterface