components/src/base_state library
Extensions
Properties
- appIsForeground ↔ bool
-
判断应用程序处于前台
getter/setter pair
- appLifecycleState ↔ AppLifecycleState
-
getter/setter pair
Typedefs
-
BaseComputeResult<
T> = void Function(T state, RxStatus status) -
BaseStateMixin<
T> = StateMixin< T>