defaultPromoting function

Future<PieceType?> defaultPromoting()

Implementation

Future<PieceType?> defaultPromoting() => Future.value(PieceType.queen);