onlySetIfAbsentUserAge static method

Future<void> onlySetIfAbsentUserAge(
  1. int age
)

Set the age of the user to the user profile only if absent.

Implementation

static Future<void> onlySetIfAbsentUserAge(final int age) async {
  await _invokeMethod('onlySetIfAbsentUserAge', age);
}