ParseNotification constructor

ParseNotification({
  1. required void onShowNotification(
    1. String value
    ),
})

Implementation

ParseNotification({required this.onShowNotification});