RxState<T> class
Lớp RxState để quản lý trạng thái
Constructors
- RxState(T initialValue)
- Constructor, nhận giá trị mặc định
Properties
Methods
-
dispose(
) → void - Hủy state, giải phóng tài nguyên
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - Reset state về giá trị mặc định
-
toString(
) → String -
A string representation of this object.
inherited
-
updateAsync(
Future< T> futureCallback()) → Future<void> - Cập nhật giá trị từ Future (bất đồng bộ)
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited