sendCustomAttributes method

ZFSurvey sendCustomAttributes(
  1. Map<String, dynamic> hashMap
)

Implementation

ZFSurvey sendCustomAttributes(Map<String, dynamic> hashMap) {
  if (hashMap.isNotEmpty) {
    customAttributehashMap = hashMap;
  }
  return this;
}