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