cancelBackup method
This method is used to cancel the backup started.
Implementation
Future<void> cancelBackup() {
throw UnimplementedError('cancelBackup has not been implemented.');
}
This method is used to cancel the backup started.
Future<void> cancelBackup() {
throw UnimplementedError('cancelBackup has not been implemented.');
}