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