copyTo method
Implementation
Future<SafDocumentFile> copyTo(String uri, bool isDir, String newParentUri) {
throw UnimplementedError('copyTo() has not been implemented.');
}
Future<SafDocumentFile> copyTo(String uri, bool isDir, String newParentUri) {
throw UnimplementedError('copyTo() has not been implemented.');
}