decrementAndGet method

Future<int?> decrementAndGet(
  1. String counterName
)

Implementation

Future<int?> decrementAndGet(String counterName) => _channel.invokeMethod(
    "Backendless.Counters.decrementAndGet",
    <String, dynamic>{"counterName": counterName});