menu
flutter_chess_board package
documentation
flutter_chess_board.dart
Chess
reset method
reset method
dark_mode
light_mode
reset
method
void
reset
(
)
Go back to the chess starting position
Implementation
void reset() { load(DEFAULT_POSITION); }
flutter_chess_board package
documentation
flutter_chess_board
Chess
reset method
Chess class