defaultInvisibleViewType constant

String const defaultInvisibleViewType

The view type of the built-in factory that creates invisible 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 defaultInvisibleViewType = '_default_document_create_element_invisible';