OnErrorListener<E> typedef

OnErrorListener<E> = void Function(BuildContext context, E error)

Error callback

Implementation

typedef OnErrorListener<E> = void Function(BuildContext context, E error);