makeCustomMove method

BishopState? makeCustomMove(
  1. MoveProcessorParams<Move> params
)

Implementation

BishopState? makeCustomMove(MoveProcessorParams params) =>
    moveProcessors[params.move.runtimeType]?.call(params);