updateSharedPreferences static method
Implementation
static Future<bool?> updateSharedPreferences(String key, int value) {
return Ads.instance.channelConsent.invokeMethod('updateConsentSharedPreferences', {
'key': key,
'value': value,
});
}