unregisterAttributionCallback static method

void unregisterAttributionCallback(
  1. DSAttributionCallback callback
)

Remove handler for Adjust -> attributionCallback

Implementation

static void unregisterAttributionCallback(DSAttributionCallback callback) {
  _attributionCallbacks.remove(callback);
}