OkHiAndroidNotification constructor
OkHiAndroidNotification({})
Implementation
OkHiAndroidNotification({
required this.title,
required this.text,
required this.channelId,
required this.channelName,
required this.channelDescription,
});