DefaultVaultManager class
Methods
-
get<T, V extends Vault<T>>(String name)
→ V?
-
Gets an existing Vault
override
-
getVault<T>(String name)
→ Vault<T>?
-
Gets an existing Vault
inherited
-
newGenericVault<T>(Store<VaultInfo, VaultEntry> store, {String? name, dynamic fromEncodable(Map<String, dynamic>)?, VaultLoader<T>? vaultLoader, Clock? clock, EventListenerMode? eventListenerMode, bool? statsEnabled, VaultStats? stats})
→ Future<Vault<T>>
-
Builds a new Vault
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(String name)
→ void
-
Removes a Vault from this VaultManager if present
override
-
toString()
→ String
-
A string representation of this object.
inherited