defaultVisibleViewType constant

String const defaultVisibleViewType

The view type of the built-in factory that creates visible platform view DOM elements.

There's no need to register this view type with PlatformViewRegistry because it is registered by default.

Implementation

static const String defaultVisibleViewType = '_default_document_create_element_visible';