simOperatorName property

Future<String?> simOperatorName

Returns the Service Provider Name (SPN).

Availability: SimState must be SIM_STATE_READY

Implementation

Future<String?> get simOperatorName =>
    _foregroundChannel.invokeMethod<String>(GET_SIM_OPERATOR_NAME);