remove abstract method

Future<void> remove(
  1. String key
)

Removes persisted workflow state.

Implementation

Future<void> remove(String key);