setAge static method
Sets user's age
in years at the time of this session.
Implementation
static void setAge(int age) {
flurryAgent?.setAge(age);
}
Sets user's age
in years at the time of this session.
static void setAge(int age) {
flurryAgent?.setAge(age);
}