IaBaseViews class abstract mixin

Base native view definitions.

Constructors

IaBaseViews()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewId String
Identifier used with native code in order to specify the view integration.
no setter

Methods

launch() Future<void>
Places a view integration to the native integration stack.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
widget({Key? key}) Widget
Inline platform view Widget implementation.

Operators

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