ReactterState typedef

  1. @Deprecated('Use `RtState` instead. ' 'This feature was deprecated after v7.3.0.')
ReactterState = RtState

A abstract class that represents a stare in Reactter.

It provides methods for attaching and detaching an object instance to the state, notifying listeners of state changes, and disposing of the state object when it is no longer needed.

Implementation

@Deprecated(
  'Use `RtState` instead. '
  'This feature was deprecated after v7.3.0.',
)
typedef ReactterState = RtState;