static Future<String?> getAmazonAdId() async { final String? amazonAdId = await _channel.invokeMethod('getAmazonAdId'); return amazonAdId; }