Future<String?> getTestDeviceId() async { String? deviceId = await Ads.instance.channelConsent.invokeMethod('getTestDeviceId'); return deviceId; }