RequestCaptureError typedef

RequestCaptureError = void Function(dynamic error)

全局捕获异常

Implementation

typedef RequestCaptureError = void Function(dynamic error);