static Future<void> setUserBirthday(double birthday) async { await _waitForModule(); _JSMetrix.setBirthday(birthday.toString()); }