POST_WEB_MESSAGE constant

WebViewFeature const POST_WEB_MESSAGE

Feature for isFeatureSupported. This feature covers InAppWebViewController.postWebMessage.

Implementation

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