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