afterRequestItems method
is calling after new items are got from API before they are placed to ItemList
Implementation
Future afterRequestItems(List<NsgDataItem> newItemsList) async {}
is calling after new items are got from API before they are placed to ItemList
Future afterRequestItems(List<NsgDataItem> newItemsList) async {}