onBackupSuccess property

Stream get onBackupSuccess

Stream that emits events when a backup is completed successfully.

Implementation

Stream<dynamic> get onBackupSuccess =>
    throw UnimplementedError('has not been implemented.');