InvokeController class

用于状态提升、通过InvokeController 可以通知的形式调用 组件内的方法。

Constructors

InvokeController()

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

dispose() → void
invoke(Object funName, [dynamic data]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unInvoke(Object key, [VoidValueCallback? callback]) → void

Operators

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