initBannerRefinedChannel method

Future<String> initBannerRefinedChannel()

Implementation

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