clearBadgeCount static method
Clears the badge count on iOS.
Implementation
static Future<void> clearBadgeCount() async {
await clearBadgeNumber();
}
Clears the badge count on iOS.
static Future<void> clearBadgeCount() async {
await clearBadgeNumber();
}