getAndAdd abstract method

Future<int?> getAndAdd(
  1. int value
)

Implementation

Future<int?> getAndAdd(int value);