@override void load({bool reset = false}) async { if (currentServerNotificationData != null && !reset) { _loadNextPage(currentServerNotificationData!); } else { _load(); } }