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