ErrorHandler typedef

ErrorHandler = void Function(String? message)

Implementation

typedef void ErrorHandler(String? message);