setContext abstract method

void setContext(
  1. Map<String, dynamic> context
)

Sets the task context. It does not replace context, instead it extends tasks context with provided context.

Implementation

void setContext(Map<String, dynamic> context);