copy abstract method

Future<void> copy(
  1. String source,
  2. String destination
)

Public method or function.

Implementation

Future<void> copy(String source, String destination);