ResourceManager class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- localCloudStorageDirectory → Directory
-
The directory where Serverpod Cloud CLI stores its local data.
no setter
- uniqueUserId → String
-
Gets a persistent, anonymous id for the current user.
This method is copied from serverpod CLI.
no setter
Static Methods
-
removeServerpodCloudAuthData(
{required String localStoragePath}) → Future< void> -
storeLatestCliVersion(
{required CommandLogger logger, required PackageVersionData cliVersionData, String? localStoragePath}) → Future< void> -
storeServerpodCloudAuthData(
{required ServerpodCloudAuthData authData, required String localStoragePath}) → Future< void> -
storeSettings(
{required ServerpodCloudSettingsData settings, required String localStoragePath}) → Future< void> -
tryFetchLatestCliVersion(
{String? localStoragePath, required CommandLogger logger}) → Future< PackageVersionData?> -
tryFetchServerpodCloudAuthData(
{required String localStoragePath, required CommandLogger logger}) → Future< ServerpodCloudAuthData?> -
tryLoadSettings(
{required String localStoragePath}) → Future< ServerpodCloudSettingsData?>