ErrorCallback<E> typedef

ErrorCallback<E> = void Function(E data)

错误回调

Implementation

typedef ErrorCallback<E> = void Function(E data);