AndroidAppNotification constructor
const
AndroidAppNotification({ - required String title,
- required String body,
- required String bigText,
- required String contentTitle,
- required String summaryText,
- required String channelId,
- required String channelName,
- required String channelDescription,
- required Importance importance,
- required Priority priority,
})
Implementation
const AndroidAppNotification({
required this.title,
required this.body,
required this.bigText,
required this.contentTitle,
required this.summaryText,
required this.channelId,
required this.channelName,
required this.channelDescription,
required this.importance,
required this.priority,
});