getYouCodeFromPreferences method
dynamic
getYouCodeFromPreferences()
Implementation
getYouCodeFromPreferences() async {
GetStorage box = GetStorage();
String baseUrl = box.read('youCode') ?? MIRRORF_FILE_URL;
setYouCode(baseUrl);
}