networkOperator property

Future<String?> networkOperator

Returns the numeric name (MCC+MNC) 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 networkOperator =>
    _foregroundChannel.invokeMethod<String>(GET_NETWORK_OPERATOR);