syncIdentifiers static method
Updates the given customer IDs with the Adobe Experience Cloud ID Service.
Implementation
static Future<void> syncIdentifiers(Map<String, String> identifiers) =>
_channel.invokeMethod<void>('syncIdentifiers', identifiers);