AwesomeNotificationsException constructor

const AwesomeNotificationsException({
  1. required String message,
})

Implementation

const AwesomeNotificationsException({required this.message});