showFullscreen method

Future<bool> showFullscreen(
  1. String placementName
)

Implementation

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