Default implementation of the backup service.

Implements

Constructors

Properties

isCreatingBackup: BehaviorSubject<boolean> = ...

A subject that contains whether or not a backup is currently being created.

isRestoringBackup: BehaviorSubject<boolean> = ...

A subject that contains whether or not a backup is currently being restored.

Methods