ErrorHandler typedef

ErrorHandler = void Function(dynamic message)

Implementation

typedef void ErrorHandler(dynamic message);