OnErrorListener typedef

OnErrorListener = void Function(BuildContext context, BaseError error)

Error callback

Implementation

typedef OnErrorListener = void Function(BuildContext context, BaseError error);