Listener typedef

Listener = void Function(dynamic msg)

Implementation

typedef void Listener(dynamic msg);