ErrorHandler typedef

ErrorHandler = void Function(dynamic message)

Implementation

typedef ErrorHandler = void Function(dynamic message);