dispose static method

Future<void> dispose()

Implementation

static Future<void> dispose() async {
  await _workflowEngine?.dispose();
  _workflowEngine = null;
}