getResponse method

AlazResponse? getResponse(
  1. String key
)

Implementation

AlazResponse? getResponse(String key) {
  return _cache[key];
}