createFullscreen method

Future<void> createFullscreen(
  1. String placementName,
  2. FullscreenPlacement placement
)

Implementation

Future<void> createFullscreen(
    String placementName, FullscreenPlacement placement) {
  throw UnimplementedError('createFullscreen() has not been implemented.');
}