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