addNewNotification method

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

Implementation

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