restoreBackup method

Future<void> restoreBackup({
  1. required String backupPath,
})

This method is used to restore the backup.

Implementation

Future<void> restoreBackup({required String backupPath}) {
  throw UnimplementedError('restoreBackup has not been implemented.');
}