PaginationCubit constructor
PaginationCubit(})
Implementation
PaginationCubit(
this._query,
this._limit,
this._startAfterDocument, {
this.isLive = false,
this.includeMetadataChanges = false,
this.options,
}) : super(PaginationInitial());