@override Future<void> setWidgetId(String widgetId) async { await methodChannel .invokeMethod<void>('setWidgetId', {'widgetId': widgetId}); return; }