getUnClickedCount abstract method

Future<int> getUnClickedCount(
  1. String appId
)

Returns the count of un-clicked messages in the inbox appId - MoEngage App ID

Implementation

Future<int> getUnClickedCount(String appId);