Future<int?> getUnReadNotificationCount() async { var unReadNotificationCount = await FluttersamplepluginPlatform.instance.getUnReadNotificationCount(); return unReadNotificationCount; }