clear abstract method

Future clear(
  1. IContext? context
)

Clears component state.

  • context (optional) a context to trace execution through call chain. Return Future that receives error or null no errors occured.

Implementation

Future clear(IContext? context);