Increment the age of the user by the specified value.
static Future<void> incrementUserAgeBy(final int value) async { await _invokeMethod('incrementUserAgeBy', value); }