Set the age of the user to the user profile only if absent.
static Future<void> onlySetIfAbsentUserAge(final int age) async { await _invokeMethod('onlySetIfAbsentUserAge', age); }