VaultManager class abstract

Implementers

Constructors

VaultManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
names Iterable<String>
Returns a Iterable over all the Vault names
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T, V extends Vault<T>>(String name) → V?
Gets an existing Vault
getVault<T>(String name) Vault<T>?
Gets an existing Vault
newGenericVault<T>(Store<VaultInfo, VaultEntry> store, {String? name, dynamic fromEncodable(Map<String, dynamic>)?, Clock? clock, EventListenerMode? eventListenerMode, bool? statsEnabled, VaultStats? stats}) Future<Vault<T>>
Builds a new Vault
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance VaultManager
The default instance of the VaultManager
final