autoSubscribeOnActivity method
- bool value
set whether to automatically subscribe to push notifications once interacted
Implementation
void autoSubscribeOnActivity(
bool value,
) {
final tmp1 = value;
var tmp0 = 0;
var tmp2 = 0;
tmp0 = _box.borrow();
tmp2 = tmp1 ? 1 : 0;
_api._acterUserAppSettingsBuilderAutoSubscribeOnActivity(
tmp0,
tmp2,
);
return;
}