FORCE_DARK constant

WebViewFeature const FORCE_DARK

Feature for isFeatureSupported. This feature covers InAppWebViewSettings.forceDark.

Implementation

static const FORCE_DARK = WebViewFeature._internal(
  'FORCE_DARK',
  'FORCE_DARK',
);