BackupService class Null safety
A service to handle the backup requests to L0Storage.
Constructors
- BackupService(L0Storage _l0storage, Database database, KeyModel _key, Uint8List? _getBlock(Uint8List))
- Creates a new BackupService
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
block(
Uint8List id) → Future< void> - Serializes a block and sends to the l0 storage
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited