settings property

InAppWebViewSettings settings
getter/setter pair

Implementation

InAppWebViewSettings settings = InAppWebViewSettings(
  allowsInlineMediaPlayback: true,
  allowBackgroundAudioPlaying: true,
  iframeAllowFullscreen: true,
  javaScriptEnabled: true,
  mediaPlaybackRequiresUserGesture: false,
  useShouldOverrideUrlLoading: true,
);