addNewNotification method

  1. @override
void addNewNotification(
  1. String notificationTitle,
  2. String notificationBody
)
override

Implementation

@override
void addNewNotification(String notificationTitle, String notificationBody) {
  methodChannel.invokeMapMethod('addNotification',{'notificationTitle': notificationTitle, 'notificationBody': notificationBody});
}