set static method
Store custom data for the current request
Implementation
static void set(String key, dynamic value) {
ServerContext.current.setData(key, value);
}
Store custom data for the current request
static void set(String key, dynamic value) {
ServerContext.current.setData(key, value);
}