getFromLocalKV<T> method

T? getFromLocalKV<T>()

Implementation

T? getFromLocalKV<T>() {
  return _getStorage.read<T>(this);
}