carrierName property

Future<String?> carrierName

The name of the user’s home cellular service provider.

Implementation

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