getAttributionParamsWithCallback method

Stream<Map<String, dynamic>?> getAttributionParamsWithCallback()

Get attribution parameters via a background-native stream

Spawns a native background thread and emits a single result when ready, then closes. Use this when attribution retrieval time may vary.

Implementation

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