CallbackFunction typedef

CallbackFunction = dynamic Function(CallbackMessage)

Implementation

typedef CallbackFunction = Function(CallbackMessage);