LudoGameFinishedCallback typedef

LudoGameFinishedCallback = void Function(List<int> winnersInOrder)

Implementation

typedef LudoGameFinishedCallback = void Function(List<int> winnersInOrder);