Triggers a refresh of a specific home widget.
static Future<void> refresh(String widgetName) async { await _channel.invokeMethod('refresh', { 'widgetName': widgetName, 'appGroupId': _appGroupId, }); }