Custom Attributes

Custom attributes can be created by creating a map that contains key and value pairs as follows:

final Map<String, dynamic> attributes = {};
attributes["email"] = "[email protected]";
attributes["name"] = "VWO Insights";
VwoFlutter.sendCustomAttribute(attributes);