GetxTool class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
debounce<T>(RxInterface<T> listener, {required Duration time, required DisposeBag disposeBag, required WorkerCallback<T> callback, Function? onError, void onDone()?, bool? cancelOnError})
→ void
-
防反跳监听
-
ever<T>(RxInterface<T> listener, {dynamic condition = true, Function? onError, void onDone()?, bool? cancelOnError, required DisposeBag disposeBag, required WorkerCallback<T> callback})
→ void
-
监听
-
everAll(List<RxInterface> listeners, {dynamic condition = true, Function? onError, void onDone()?, bool? cancelOnError, required DisposeBag disposeBag, required WorkerCallback callback})
→ void
-
监听所有