clearBadge static method
void
clearBadge()
Implementation
static void clearBadge() {
// Invoke native method (iOS only)
if (!kIsWeb && Platform.isIOS) {
_channel.invokeMethod('clearBadge');
}
}
static void clearBadge() {
// Invoke native method (iOS only)
if (!kIsWeb && Platform.isIOS) {
_channel.invokeMethod('clearBadge');
}
}