getAndIncrement
Deprecated (with error)
Use fetchAndIncrement() instead.
Replace with
this.fetchAndIncrement()
Content copied to clipboard
Atomically increments the current value by one and returns the old value.
Use fetchAndIncrement() instead.
this.fetchAndIncrement()
Atomically increments the current value by one and returns the old value.
Thanks for your feedback!