-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Future<void>_tryGetCountryCode()async {
try {
final countryCode = await FlutterSimCountryCode.simCountryCode;
if (countryCode == null) {
return;
}
print("selected phone code $countryCode ");
// currentCountryCode = countryCode;
} catch (e) {
return;
}
}
this code always retur -- in ios, but workinug well in android
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels