addAttributionProviders abstract method

Future<void> addAttributionProviders(
  1. Map<AttributionProvider, String> providers
)

Add attributes to the sub service to match between analytics

Implementation

Future<void> addAttributionProviders(
  Map<AttributionProvider, String> providers,
);