isoCountryCode property

Future<String?> isoCountryCode

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

Implementation

static Future<String?> get isoCountryCode =>
    _channel.invokeMethod('isoCountryCode');