setDevice method
void
setDevice()
Implementation
void setDevice() async{
setState(() async {
deviceInfo = await _getId();
});
}
void setDevice() async{
setState(() async {
deviceInfo = await _getId();
});
}