copy method

Future<void> copy()

Implementation

Future<void> copy() {
  return _delegate.copy();
}