ErrorHandler typedef

ErrorHandler = void Function(dynamic error)

错误处理器

Implementation

typedef ErrorHandler = void Function(dynamic error);