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
- localStorageDirectory → Directory
-
no setter
Static Methods
-
removeServerpodCloudData(
{required String localStoragePath}) → Future< void> -
storeLatestCliVersion(
{required CommandLogger logger, required PackageVersionData cliVersionData, String? localStoragePath}) → Future< void> -
storeServerpodCloudData(
{required ServerpodCloudData cloudData, required String localStoragePath}) → Future< void> -
tryFetchLatestCliVersion(
{String? localStoragePath, required CommandLogger logger}) → Future< PackageVersionData?> -
tryFetchServerpodCloudData(
{required String localStoragePath, required CommandLogger logger}) → Future< ServerpodCloudData?>