PingPongListener typedef

PingPongListener = dynamic Function(PingPong)

Implementation

typedef PingPongListener = Function(PingPong);