Clears the Paginated.
@override Future<void> clear() async { items.clear(); await pagination?.clear(); status.value = RxStatus.empty(); }