menu
adjust_sdk package
documentation
adjust_app_store_subscription.dart
AdjustAppStoreSubscription
addCallbackParameter method
addCallbackParameter method
dark_mode
light_mode
addCallbackParameter
method
void
addCallbackParameter
(
String
key
,
String
value
)
Implementation
void addCallbackParameter(String key, String value) { _callbackParameters![key] = value; }
adjust_sdk package
documentation
adjust_app_store_subscription
AdjustAppStoreSubscription
addCallbackParameter method
AdjustAppStoreSubscription class