RxStateController class abstract
Base controller cho phép quản lý nhiều RxState dễ dàng
Constructors
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
-
addState<
T> (String key, T initialValue) → RxState< T> - Khởi tạo một RxState và lưu vào Manager
-
dispose(
) → void - Dispose tất cả state khi không còn sử dụng
-
getState<
T> (String key) → RxState< T> - Truy cập state
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateStateAsync<
T> (String key, Future< T> updater()) → Future<void> - Cập nhật state bất đồng bộ
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited