compareAndSet abstract method

Future<bool?> compareAndSet(
  1. int expected,
  2. int updated
)

Implementation

Future<bool?> compareAndSet(int expected, int updated);