ICustomRemoteNotification constructor

const ICustomRemoteNotification({
  1. String? title,
  2. String? body,
})

Implementation

const ICustomRemoteNotification({super.title, super.body});