CardInfoCallback typedef

CardInfoCallback = void Function(InputState currentState, CardInfo cardInfo)

Implementation

typedef CardInfoCallback = void Function(
    InputState currentState, CardInfo cardInfo);