Future<void> setAdInfo(String zoneId) async { return await _platform.invokeMethod('makeNativeAd', {"zoneId": zoneId, "layoutName": _layoutName}); }