SendInitCloseMixin mixin
提供安全的调用接口
Properties
Methods
-
close(
) → Future< void> - 要释放资源应该要调用本函数
-
closeTask(
) → FutureOr< void> -
init(
) → Future< void> -
initTask(
) → FutureOr< void> -
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