retrieve<T> method

T? retrieve<T>(
  1. String key
)

Retrieve extra data.

Implementation

T? retrieve<T>(String key) => _storedItems[key];