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
Implementation
static void setAllowOffboardServiceOnExtraChargedNetwork(
ServiceGroupType serviceType,
bool allow,
) {
staticMethod(
'SdkSettings',
'setAllowOffboardServiceOnExtraChargedNetwork',
args: <String, Object>{'serviceType': serviceType.id, 'allow': allow},
);
}