createFullscreenPlacement method

Future<void> createFullscreenPlacement()

Implementation

Future<void> createFullscreenPlacement() {
  throw UnimplementedError(
      'createFullscreenPlacement() has not been implemented.');
}