clearBadge abstract method
Clears the app icon badge (sets it back to 0).
Platform implementations must override this method.
Implementation
Future<void> clearBadge();
Clears the app icon badge (sets it back to 0).
Platform implementations must override this method.
Future<void> clearBadge();