copy method

Future<File> copy(
  1. String newPath
)

Implementation

Future<File> copy(String newPath) async => File(newPath);