unregisterAttributionCallback method
Remove handler for Adjust -> attributionCallback
Implementation
void unregisterAttributionCallback(DSReferrerCallback callback) {
_changedCallbacks.remove(callback);
}
Remove handler for Adjust -> attributionCallback
void unregisterAttributionCallback(DSReferrerCallback callback) {
_changedCallbacks.remove(callback);
}