static Future setBadgeEnabled(bool enabled) async { await _channel.invokeMethod('setBadgeEnabled', [enabled]); }