NotificationChannel constructor

NotificationChannel({
  1. required String roleArn,
  2. required String sNSTopicArn,
})

Implementation

NotificationChannel({
  required this.roleArn,
  required this.sNSTopicArn,
});