onError property

FutureOr<void> Function(BuildContext, int, PagifyException)? onError
getter/setter pair

on error call back comes from Pagify package

Implementation

FutureOr<void> Function(BuildContext, int,  PagifyException)? onError;