carrierRegionCode method

Future<String> carrierRegionCode()

Return the region code for the device's phone number.

Implementation

Future<String> carrierRegionCode() async =>
    await _channel.invokeMethod('carrier_region_code') ?? '';