You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi... Trying to get the IMEI of android devices but receive this mesage:
Can request only one set of permissions at a time
import'package:imei_plugin/imei_plugin.dart';
var imei =awaitImeiPlugin.getImei; // trhows: Can request only one set of permissions at a timeprint("Device IMEI: $imei"); // Result: Device IMEI: Permission Denied
The text was updated successfully, but these errors were encountered:
Hi... Trying to get the IMEI of android devices but receive this mesage:
Can request only one set of permissions at a time
The text was updated successfully, but these errors were encountered: