Listener typedef

Listener = void Function(dynamic msg)

Implementation

typedef Listener = void Function(dynamic msg);