networkOperatorName property

Future<String?> networkOperatorName

Returns the alphabetic name of current registered operator.

Availability: Only when user is registered to a network.

Result may be unreliable on CDMA networks (use phoneType to determine if on a CDMA network).

Implementation

Future<String?> get networkOperatorName =>
    _foregroundChannel.invokeMethod<String>(GET_NETWORK_OPERATOR_NAME);