@override Future<int?> getUnReadNotificationCount() async { final unReadNotificationCount = await methodChannel.invokeMethod('getUnReadNotificationCount'); return unReadNotificationCount; }