load abstract method

Future<String?> load(
  1. String key
)

Loads serialized workflow state.

Implementation

Future<String?> load(String key);