ParseNotification constructor
ParseNotification({
- required void onShowNotification(
- String value
Implementation
ParseNotification({required this.onShowNotification});