clearBadgeCount static method
Clear badge count
Implementation
static Future<void> clearBadgeCount() async {
await _localNotifications.cancelAll();
}
Clear badge count
static Future<void> clearBadgeCount() async {
await _localNotifications.cancelAll();
}