MsgCallback typedef

MsgCallback = dynamic Function(String msg)

Implementation

typedef MsgCallback = Function(String msg);