BackendlessCounters class

Constructors

BackendlessCounters()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAndGet(String counterName, int value) Future<int?>
compareAndSet(String counterName, int expected, int updated) Future<bool?>
decrementAndGet(String counterName) Future<int?>
getAndAdd(String counterName, int value) Future<int?>
getAndDecrement(String counterName) Future<int?>
getAndIncrement(String counterName) Future<int?>
getValue(String counterName) Future<int?>
incrementAndGet(String counterName) Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of(String counterName) IAtomic
reset(String counterName) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited