getnotifications method
Implementation
Future<NotificationListResponse> getnotifications(
String kategori, String kategoridetay, int page) async {
NotificationListResponse jsonData =
await service.notificationServices.getnotifications(
kategori: kategori,
kategoridetay: kategoridetay,
page: page,
);
return jsonData;
}