RequestCaptureError typedef

RequestCaptureError = void Function(dynamic data)

全局捕获异常

Implementation

typedef RequestCaptureError = void Function(dynamic error);