mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
remove un use code
This commit is contained in:
@ -61,9 +61,7 @@ class SettingBlocBloc extends Bloc<SettingBlocEvent, DeviceSettingsState> {
|
|||||||
emit(UpdateSettingState(deviceName: nameController.text));
|
emit(UpdateSettingState(deviceName: nameController.text));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
emit(ErrorState(message: e.toString()));
|
emit(ErrorState(message: e.toString()));
|
||||||
} finally {
|
}
|
||||||
// isSaving = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DeviceInfoModel deviceInfo = DeviceInfoModel(
|
DeviceInfoModel deviceInfo = DeviceInfoModel(
|
||||||
|
Reference in New Issue
Block a user