Future<String> initCustomRenderedAdChannel() async { String chanNm = await _platform.invokeMethod('initCustomRenderedAdChannel'); return chanNm; }