decreaseGroupCounter method
Implementation
Future<V2TimValueCallback<Map<String, int>>> decreaseGroupCounter({
  required String groupID,
  required String key,
  required int value,
}) async {
  throw UnimplementedError('decreaseGroupCounter has not been implemented.');
}