setAllowOffboardServiceOnExtraChargedNetwork static method
- ServiceGroupType serviceType,
- bool allow
Allow the given service type on the extra charged network type. By default all are allowed.
Parameters
- IN serviceType ServiceGroupType object containing the service type
- IN allow Allow/deny value, bool type
Throws
- An exception if it fails.
Implementation
static void setAllowOffboardServiceOnExtraChargedNetwork(
ServiceGroupType serviceType,
bool allow,
) {
objectMethod(
0,
'SdkSettings',
'setAllowOffboardServiceOnExtraChargedNetwork',
args: <String, Object>{'serviceType': serviceType.id, 'allow': allow},
);
}