ErrorListener typedef

ErrorListener = void Function(dynamic error)

Implementation

typedef ErrorListener = void Function(dynamic error);