SettingsBackupDelegate class

Constructors

SettingsBackupDelegate.new({required Future<SettingsBackupResponse> read(), required Future<void> write(SettingsWriteRequest request), required Future<void> clean()})
const

Properties

clean Future<void> Function()
final
hashCode int
The hash code for this object.
no setterinherited
read Future<SettingsBackupResponse> Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
write Future<void> Function(SettingsWriteRequest request)
final

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