Listener typedef

Listener = dynamic Function(WatchEvent)

Implementation

typedef Listener = Function(WatchEvent);