isFullscreen method

bool isFullscreen()

Implementation

bool isFullscreen() {
  return media_kit_video_controls.isFullscreen(context);
}