remove static method

void remove(
  1. String key
)

Remove custom data from the current request

Implementation

static void remove(String key) {
  ServerContext.current.removeData(key);
}