setCustomerProperties method
Implementation
Future<void> setCustomerProperties(
{required String customerId,
Map<String, String>? customerProperties}) async {
return AntsomiPlatform.instance.setCustomerProperties(
customerId: customerId, customerProperties: customerProperties);
}