SetAPPUnreadCountCallback typedef
        SetAPPUnreadCountCallback =
     void Function(int unreadCount)
    
    
    
Implementation
typedef SetAPPUnreadCountCallback = void Function(int unreadCount);typedef SetAPPUnreadCountCallback = void Function(int unreadCount);