setContext method

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

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

Implementation

@override
void setContext(Map<String, dynamic> context) {}