isoCountryCode property

Future<String?> isoCountryCode

The ISO country code for the user’s cellular service provider.

Implementation

static Future<String?> get isoCountryCode async {
  return await _channel.invokeMethod('isoCountryCode');
}