unregisterAttributionCallback static method
Remove handler for Adjust -> attributionCallback
Implementation
static void unregisterAttributionCallback(DSAttributionCallback callback) {
_attributionCallbacks.remove(callback);
}
Remove handler for Adjust -> attributionCallback
static void unregisterAttributionCallback(DSAttributionCallback callback) {
_attributionCallbacks.remove(callback);
}