setUserDateOfBirth static method
Set the user's date of birth to the user profile.
Implementation
static Future<void> setUserDateOfBirth(final DateTime birthday) async {
await _invokeMethod('setUserDateOfBirth', birthday.millisecondsSinceEpoch);
}