status property
StatusState
get
status
Get status of page (Loading, success,..)
Implementation
StatusState get status => bloc.statusCubit.state;
Get status of page (Loading, success,..)
StatusState get status => bloc.statusCubit.state;