hasAdForFullscreen method

Future<bool> hasAdForFullscreen(
  1. String placementName
)

Implementation

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