Read & Unread Indicators

To find out the number of notifications in the Inbox according to their status, this method is performed:

IndigitallFlutterPlugin.getMessageCount({"YOUR_AUTH_CONFIG_MAP_IF_NEED"}, (counters) => {
    //DO SOMETHING
},(error) => {
    //LOG IndigitallErrorModel
});