when use THEN dialog type Funtions is the word but hen if it should be condition

This commit is contained in:
raf-dev1
2025-06-13 16:10:24 +03:00
parent 994e9f4e57
commit 13360fe6f3
11 changed files with 36 additions and 13 deletions

View File

@ -14,6 +14,7 @@ abstract final class GatewayHelper {
required String? uniqueCustomId,
required List<DeviceFunctionData> deviceSelectedFunctions,
required AllDevicesModel? device,
required String dialogType,
}) async {
return showDialog(
context: context,
@ -27,6 +28,7 @@ abstract final class GatewayHelper {
functions: functions,
deviceSelectedFunctions: deviceSelectedFunctions,
device: device,
dialogType:dialogType,
),
),
);