getAttributionParams method

Future<Map<String, dynamic>?> getAttributionParams()

Get attribution parameters

Returns a map containing attribution parameters from the SDK

Implementation

Future<Map<String, dynamic>?> getAttributionParams() {
  throw UnimplementedError(
    'getAttributionParams() has not been implemented.',
  );
}