incrementAndGet method

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

Implementation

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