read<T> static method

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

Implementation

static T? read<T>(String key) {
  return GetStorage().read<T>(key);
}