ErrorHandler typedef

ErrorHandler = void Function(String message)

Implementation

typedef ErrorHandler = void Function(String message);