setCurrentContext method

void setCurrentContext(
  1. List<String> contexts
)

Set the current context for the given user for InApps contexts - List of Context

Implementation

void setCurrentContext(List<String> contexts) {
  _platform.setCurrentContext(contexts, appId);
}