copy abstract method

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

Copies the file from one path to another.

Implementation

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