onUpdateStatus property

FutureOr<void> Function(PagifyAsyncCallStatus)? onUpdateStatus
getter/setter pair

update status callback comes from Pagify package to show current state PagifyAsyncCallStatus

Implementation

FutureOr<void> Function(PagifyAsyncCallStatus)? onUpdateStatus;