OkHiAndroidNotification constructor

OkHiAndroidNotification({
  1. required String title,
  2. required String text,
  3. required String channelId,
  4. required String channelName,
  5. required String channelDescription,
})

Implementation

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