setBirthDate method
Implementation
void setBirthDate(String birthDate, String appId) {
_channel.invokeMethod(
methodSetUserAttribute,
getUserAttributePayload(
userAttrNameBirtdate, userAttrTypeTimestamp, birthDate, appId));
}