loadDeviceInfo static method
dynamic
loadDeviceInfo()
Implementation
static loadDeviceInfo() async {
await getDeviceModel().then((value) {
deviceModel = value;
});
await isFirstTimeUser();
}
static loadDeviceInfo() async {
await getDeviceModel().then((value) {
deviceModel = value;
});
await isFirstTimeUser();
}