getUnClickedCount method

Future<int> getUnClickedCount()

Returns the count of un-clicked messages in the inbox

Implementation

Future<int> getUnClickedCount() async {
  return MoEngageInboxPlatform.instance.getUnClickedCount(appId);
}