LocalNotificationsException constructor

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

Implementation

const LocalNotificationsException({required this.message});