remove commented code

This commit is contained in:
ashrafzarkanisala
2024-11-04 12:09:44 +03:00
parent 7b179c90c3
commit dc55232a42

View File

@ -38,29 +38,4 @@ class SOSBatchControlView extends StatelessWidget {
],
);
}
//
// Widget _buildStatusControls(BuildContext context, SosStatusModel status) {
// return Row(
// mainAxisAlignment: MainAxisAlignment.center,
// children: [
// SizedBox(
// width: 170,
// // height: 140,
// child: FirmwareUpdateWidget(deviceId: deviceIds.first, version: 2)),
// const SizedBox(
// width: 12,
// ),
// SizedBox(
// width: 170,
// height: 140,
// child: FactoryResetWidget(
// callFactoryReset: () {
// context.read<SosDeviceBloc>().add(
// SosFactoryReset(deviceId: deviceIds.first, factoryReset: FactoryResetModel(devicesUuid: deviceIds)));
// },
// ),
// ),
// ],
// );
// }
}