mobileCountryCode property

Future<String?> mobileCountryCode

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

Implementation

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