DocumentsCopyActions constructor
DocumentsCopyActions({
- dynamic onSuccess(
- DocCoreSuccessResult result
- dynamic onError(
- Object? error
Implementation
DocumentsCopyActions({
this.onSuccess,
this.onError,
});