deleteState abstract method

Future<LRSResponse> deleteState(
  1. StateDocument state
)

Remove a state value

Implementation

Future<LRSResponse> deleteState(StateDocument state);