clearBadge method
Clears the app icon badge.
Equivalent to calling updateBadgeCount(0).
Implementation
Future<void> clearBadge() async {
await updateBadgeCount(0);
}
Clears the app icon badge.
Equivalent to calling updateBadgeCount(0).
Future<void> clearBadge() async {
await updateBadgeCount(0);
}