@override Future<String?> getWidgetId() async { final String? widgetId = await methodChannel.invokeMethod<String>('getWidgetId'); return widgetId; }