Set badge count
@override Future<void> setBadge(int count) async { await methodChannel.invokeMethod<void>('setBadge', {"count": count}); }