storage property

StorageClient storage

The Nhost file storage service.

https://docs.nhost.io/platform/storage

Implementation

StorageClient get storage => _storage ??= StorageClient(
      baseUrl: '$backendUrl/v1/storage',
      httpClient: httpClient,
      session: _session,
    );