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