addNewNotification method

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

Implementation

void addNewNotification(String notificationTitle, String notificationBody) {
  FluttersamplepluginPlatform.instance.addNewNotification(
      notificationTitle, notificationBody);
}