pkb_close_device_iphone 1.0.0
pkb_close_device_iphone: ^1.0.0 copied to clipboard
Flutter plugin check device iPhone.
PKB No Screenshots #
Flutter plugin check device iPhone
Usage #
{
txt = jsonDecode(
jsonEncode(await pkbGetDevice.checkDevice()))['name'];
txt1 = jsonDecode(
jsonEncode(await pkbGetDevice.checkDevice()))['group'];
txt2 = jsonDecode(
jsonEncode(await pkbGetDevice.checkDevice()))['key'];
txt3 = jsonDecode(
jsonEncode(await pkbGetDevice.checkDevice()))['type'];
get_check_device();
setState(() {});
}