syncIdentifiers static method

Future<void> syncIdentifiers(
  1. Map<String, String> identifiers
)

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);