platformViewRegistry top-level property

PlatformViewRegistry get platformViewRegistry

The platform view registry for this app.

Implementation

PlatformViewRegistry get platformViewRegistry =>
    _platformViewRegistryOverride ?? _defaultPlatformViewRegistry;