ErrorListener typedef

ErrorListener = void Function(Object)

Listener for errors

Implementation

typedef ErrorListener = void Function(Object);