get<T> static method
Retrieve custom data from the current request
Implementation
static T? get<T>(String key) {
return ServerContext.current.getData<T>(key);
}
Retrieve custom data from the current request
static T? get<T>(String key) {
return ServerContext.current.getData<T>(key);
}