TikiBkupService class

Constructors

TikiBkupService({Httpp? httpp, Future<void> refresh(void onSuccess(String?)?)?, String? accessToken()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
refresh → (Future<void> Function(void onSuccess(String?)?)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

backup({required String email, required String pin, required Uint8List ciphertext, dynamic onError(Object)?, dynamic onSuccess()?}) Future<void>
cycle({required String email, required String oldPin, required String newPin, required Uint8List ciphertext, dynamic onError(Object)?, dynamic onSuccess()?}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recover({required String email, required String pin, dynamic onError(Object)?, dynamic onSuccess(Uint8List?)?}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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