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