cancelBackup method

Future<void> cancelBackup()

This method is used to cancel the backup started.

Implementation

Future<void> cancelBackup() {
  throw UnimplementedError('cancelBackup has not been implemented.');
}