12/9/1
This commit is contained in:
@@ -57,6 +57,9 @@ class ProfileController extends GetxController {
|
||||
'id': prfoileData['id'].toString(),
|
||||
columnName: txtController.text,
|
||||
});
|
||||
if (columnName == 'first_name') {
|
||||
box.write(BoxName.name, txtController.text);
|
||||
}
|
||||
Get.back();
|
||||
txtController.clear();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user