updateBackgroundNotification abstract method

Future<bool?> updateBackgroundNotification({
  1. String? channelName,
  2. String? title,
  3. String? iconName,
  4. String? subtitle,
  5. String? description,
  6. Color? color,
  7. bool? onTapBringToFront,
})

Return true if the notification was properly updated

Implementation

Future<bool?> updateBackgroundNotification({
  String? channelName,
  String? title,
  String? iconName,
  String? subtitle,
  String? description,
  Color? color,
  bool? onTapBringToFront,
});