hasAdForMultiSize method

Future<bool> hasAdForMultiSize(
  1. String placementName
)

Implementation

Future<bool> hasAdForMultiSize(String placementName) {
  throw UnimplementedError('hasAdForMultiSize() has not been implemented.');
}