setTargetingInfoForBanner method
Implementation
@override
Future<void> setTargetingInfoForBanner(
    String name, Map<String, List<String>> info) async {
  return await methodChannel
      .invokeMethod("setTargetingInfoForPlacement", [name, info]);
}