SyncNotificationContent constructor

SyncNotificationContent(
  1. String notificationTitle,
  2. String notificationContent,
  3. String channelName,
  4. String channelDescription,
)

Implementation

SyncNotificationContent(this.notificationTitle, this.notificationContent,
    this.channelName, this.channelDescription);