setGroupCounters method

Future<V2TimValueCallback<Map<String, int>>> setGroupCounters({
  1. required String groupID,
  2. required Map<String, int> counters,
})

Implementation

Future<V2TimValueCallback<Map<String, int>>> setGroupCounters({
  required String groupID,
  required Map<String, int> counters,
}) async {
  throw UnimplementedError('setGroupCounters has not been implemented.');
}