carrierName property

Future<String?> carrierName

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

Implementation

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