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 {
  return V2TimValueCallback<Map<String, int>>.fromBool(false, "invoke error");
}