onlySetIfAbsentUserDateOfBirth static method

Future<void> onlySetIfAbsentUserDateOfBirth(
  1. DateTime birthday
)

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);
}