static Future<int?> getSharedPreferences(String key) async { int? pref = await Ads.instance.channelConsent.invokeMethod('getConsentSharedPreferences', {'key': key}); return pref; }