fullScreen method

Future<void> fullScreen()

Enable/disable fullscreen mode Works only on Android.On IOS you need to pass new VrPlayer.width and VrPlayer.height to VrPlayer widget

Implementation

Future<void> fullScreen() {
  return _channel.invokeMethod('fullScreen');
}