setTargetingInfoForFullscreen method

Future<void> setTargetingInfoForFullscreen(
  1. String name,
  2. Map<String, List<String>> info
)

Implementation

Future<void> setTargetingInfoForFullscreen(
    String name, Map<String, List<String>> info) {
  throw UnimplementedError(
      'setTargetingInfoForFullscreen() has not been implemented.');
}