updateRawState abstract method

  1. @protected
void updateRawState(
  1. String id,
  2. dynamic state
)

Must update the serialized state data associated with id. This is called on the client when new data is loaded for a LazyRoute.

Implementation

@protected
void updateRawState(String id, dynamic state);