remove static method
Remove custom data from the current request
Implementation
static void remove(String key) {
ServerContext.current.removeData(key);
}
Remove custom data from the current request
static void remove(String key) {
ServerContext.current.removeData(key);
}