notificationdetail method

Widget notificationdetail({
  1. dynamic onTap(
    1. String category
    )?,
})

Implementation

Widget notificationdetail({
  Function(String category)? onTap,
}) {
  return widgetNotificationDetail(onTap: onTap);
}