getDeviceSimNetworks static method

Future<List<Network>> getDeviceSimNetworks()

Retrieves a list of Network of SIMs in the device Requires the READ_PHONE_STATE permission to have already been granted

Implementation

static Future<List<Network>> getDeviceSimNetworks() {
  _checkInstance();
  return _instance!._getDeviceSimNetworks();
}