getRawState abstract method

  1. @protected
dynamic getRawState(
  1. String id
)

Must return the serialized state data associated with id. On the client this is the data that is synced from the server.

Implementation

@protected
dynamic getRawState(String id);