createContext abstract method

TContext createContext(
  1. Map<String, dynamic> data
)

Create new context for this workflow.

Implementation

TContext createContext(Map<String, dynamic> data);