simOperator property

Future<String?> simOperator

Returns the MCC+MNC (mobile country code + mobile network code) of the provider of the SIM. 5 or 6 decimal digits.

Availability: SimState must be SIM_STATE_READY

Implementation

Future<String?> get simOperator =>
    _foregroundChannel.invokeMethod<String>(GET_SIM_OPERATOR);