getID_UID(type) {
if(type == "IMEI"){
return this.uid.IMEI;
}
}
How can I get the IMEI
number using ionic app using ionic-angular?
getID_UID(type) {
if(type == "IMEI"){
return this.uid.IMEI;
}
}
How can I get the IMEI
number using ionic app using ionic-angular?