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