setYouCode method
Implementation
void setYouCode(String baseUrl) {
youCode.value = baseUrl;
GetStorage box = GetStorage();
box.write('youCode', baseUrl);
}
void setYouCode(String baseUrl) {
youCode.value = baseUrl;
GetStorage box = GetStorage();
box.write('youCode', baseUrl);
}