static Future<void> setBadgeCounts(int count) async { _channel.invokeMethod('setBadgeCounts', {'count': count}); }