Notification constructor

Notification({
  1. String? title,
  2. String? body,
  3. String? imageUrl,
})

Constructor

Implementation

external Notification({
  String? title,
  String? body,
  String? imageUrl,
});