addNewNotification method

dynamic addNewNotification(
  1. String notificationTitle,
  2. String notificationBody
)

Implementation

addNewNotification(String notificationTitle, String notificationBody){
  throw UnimplementedError('newNotification() has not been implemented');
}