Future<bool?> addTestDeviceId(String deviceId) { return Ads.instance.channelConsent.invokeMethod('addTestDeviceId', {'deviceId': deviceId}); }