open abstract method

Future open(
  1. IContext? context
)

Opens the component.

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

Implementation

Future open(IContext? context);