setFullscreenControlOptions method

Future<void> setFullscreenControlOptions(
  1. int viewId,
  2. ControlPosition pos
)

Sets fullscreen control display position. Web only

Return Future while the change has been made on the platform side.

Implementation

Future<void> setFullscreenControlOptions(int viewId, ControlPosition pos) {
  throw UnimplementedError(
      'setFullControlOptions() has not been implemented.');
}