getContext method

ModuleContext? getContext(
  1. String moduleId
)

Get module context by ID

Implementation

ModuleContext? getContext(String moduleId) => _contexts[moduleId];