getGroupCounters method

Future<V2TimValueCallback<Map<String, int>>> getGroupCounters({
  1. required String groupID,
  2. required List<String> keys,
})

Implementation

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