getRawState method

  1. @override
dynamic getRawState(
  1. String id
)
inherited

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

Implementation

@override
dynamic getRawState(String id) {
  return _rawState[id];
}