NotificationCallBackDetails constructor
NotificationCallBackDetails({
- required EventType eventType,
- required NotificationMessage message,
- required String? argrument,
- required Map<
String, dynamic> userInput,
Implementation
NotificationCallBackDetails(
{required this.eventType,
required this.message,
required this.argrument,
required this.userInput});