edaxIsGameOver method
Check if the current game is over.
Implementation
@useResult
bool edaxIsGameOver() => _bindings.edax_is_game_over() == 1;
Check if the current game is over.
@useResult
bool edaxIsGameOver() => _bindings.edax_is_game_over() == 1;