Increment custom property value by provided value. String key - property name to increment int value - value by which to increment
String key
int value
Future<void> incrementBy(String key, int value);