cubit property

  1. @override
SmartPaginationCubit<T> get cubit
override

The cubit exposing the REST-backed pagination state.

Implementation

@override
SmartPaginationCubit<T> get cubit => _cubit;