updateState abstract method

Future<LRSResponse> updateState(
  1. StateDocument state
)

Update an existing state value

Implementation

Future<LRSResponse> updateState(StateDocument state);