networkOperator method

Future<bool?> networkOperator()

sim卡网络设置

Implementation

Future<bool?> networkOperator() {
  return postMessage<bool?>(
      action: 'android.settings.NETWORK_OPERATOR_SETTINGS');
}