copy abstract method

Future<void> copy(
  1. String from,
  2. String to
)

Implementation

Future<void> copy(String from, String to);