First Answer
It will fetch next page when it have space or scroll almost to the end of list.You can try to make your card or widget to something really big and it will call only once
Second Answer
Did you check your api status code when API send empty json ? Because I saw condition in getResults
that apiResponse.statusCode == 200
in else state
_searchItems.clear();
This may cause your problem