getStorage method

Storage getStorage()

Implementation

Storage getStorage() {
  _storage ??= Storage(getClient());
  return _storage!;
}