BackupManager class

Manage Encryption Backups

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

disable() Future<bool>
Disable and delete the currently active backup.
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
enable() Future<String>
Create a new backup version, encrypted with a new backup recovery key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recover(String secret) Future<bool>
Open the existing secret store using the given key and import the keys
reset() Future<String>
Reset the existing backup version, encrypted with a new backup recovery key.
stateStr() String
Current state as a string
stateStream() Stream<String>
state as a string via a stream. Issues the current state immediately
toString() String
A string representation of this object.
inherited

Operators

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