mobileCountryCode property

Future<String?> mobileCountryCode

The mobile country code (MCC) for the user’s cellular service provider.

Implementation

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