FlutterArbiter constructor
FlutterArbiter({
- void onGameOver()?,
- Future<
bool> onReachingPromotionRank(- Position position
- bool showDialogs = true,
- BuildContext? context,
- dynamic onPromoted(
- Position position,
- ChessPiece? promotedTo
Implementation
FlutterArbiter({
super.onGameOver,
this.onReachingPromotionRank,
this.showDialogs = true,
this.context,
this.onPromoted,
});