FlutterViewManagerProxy class
This class exposes web-only attributes for the registered views in a multi-view app.
Constructors
- FlutterViewManagerProxy.new({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 host element for viewId.
- 
  getInitialData(int viewId) → JSAny? 
- 
  Returns the initialDataconfiguration value passed from JS whenviewIdwas 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