FlutterViewManagerProxy class

This class exposes web-only attributes for the registered views in a multi-view app.

Constructors

FlutterViewManagerProxy({required dynamic viewManager})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getHostElement(int viewId) JSAny?
Returns the hostElement configuration value passed from JS when viewId was added.
getInitialData(int viewId) JSAny?
Returns the initialData configuration value passed from JS when viewId was added.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited