getValue<T> static method

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

Implementation

static T? getValue<T>(String key) => _storage.read<T>(key);