initCustomRenderedAdChannel method

Future<String> initCustomRenderedAdChannel()

Implementation

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