Fetches previous page of the items.
@override Future<void> previous() async { await onPrevious?.call(); }