WindowsNotification constructor

WindowsNotification({
  1. required String? applicationId,
})

Implementation

WindowsNotification({
  ///Creates and initializes a new instance of the ToastNotification, bound to a specified app, usually another app in the same package.
  required this.applicationId,
});