unregisterAttributionCallback method

void unregisterAttributionCallback(
  1. DSReferrerCallback callback
)

Remove handler for Adjust -> attributionCallback

Implementation

void unregisterAttributionCallback(DSReferrerCallback callback) {
  _changedCallbacks.remove(callback);
}