clear abstract method

Future clear(
  1. String? correlationId
)

Clears component state.

  • correlationId (optional) transaction id to trace execution through call chain. Return Future that receives null no errors occured. Throws error

Implementation

Future clear(String? correlationId);