clearContext method
void
clearContext()
Update context directely with map for <String, Object>
Implementation
void clearContext() {
_context.clear();
}
Update context directely with map for <String, Object>
void clearContext() {
_context.clear();
}