|
|
|
@ -300,8 +300,8 @@ class _LoginFormState extends State<LoginForm> {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
platformImei =
|
|
|
|
platformImei =
|
|
|
|
await ImeiPlugin.getImei(shouldShowRequestPermissionRationale: false);
|
|
|
|
await ImeiPlugin.getImei(shouldShowRequestPermissionRationale: false);
|
|
|
|
idunique = await ImeiPlugin.getId();
|
|
|
|
idunique = await ImeiPlugin.getImei();
|
|
|
|
} on PlatformException {
|
|
|
|
} catch(e) {
|
|
|
|
platformImei = 'Failed to get platform version.';
|
|
|
|
platformImei = 'Failed to get platform version.';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|